diff options
| author | IEatChili <nanunguyen99@gmail.com> | 2024-08-15 14:13:02 -0400 |
|---|---|---|
| committer | IEatChili <nanunguyen99@gmail.com> | 2024-08-15 14:13:02 -0400 |
| commit | 0e975569e5686138e52bdc554b3f0391f42aeead (patch) | |
| tree | bab5aff6665cdd07a37948d943d687c6d5158b2d /src/client/apis/gpt | |
| parent | 9e03f9333641c818ed9c711282f27f7213cbe3c1 (diff) | |
feat: added face recogntion box
Diffstat (limited to 'src/client/apis/gpt')
| -rw-r--r-- | src/client/apis/gpt/GPT.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts index 05007960d..8dd3fd6e2 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -128,7 +128,7 @@ const gptImageLabel = async (src: string): Promise<string> => { { role: 'user', content: [ - { type: 'text', text: 'Give three to five labels to describe this image.' }, + { type: 'text', text: 'Give three labels to describe this image.' }, { type: 'image_url', image_url: { |
