diff options
author | eleanor-park <eleanor_park@brown.edu> | 2025-01-02 22:39:25 -0500 |
---|---|---|
committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-02 22:39:25 -0500 |
commit | 6e7cb570f9bad527cd4772bb5c715dd588fb77df (patch) | |
tree | fe1b697f6174ae4045184d9b981705757532d315 /src/client/apis/gpt/GPT.ts | |
parent | 383b0487d5268bd860e514feddf09f4f3eb2fe3f (diff) |
tags can now be used as style presets
Diffstat (limited to 'src/client/apis/gpt/GPT.ts')
-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 9241eb120..4b0d58cc1 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -260,7 +260,7 @@ const gptDescribeImage = async (image: string): Promise<string> => { content: [ { type: 'text', - text: `Identify what this drawing is, naming as many elements and their location in the drawing as possible`, + text: `Briefly identify what this drawing is, naming all the drawing elements and their location within the image. Do not include anything about the drawing style.`, }, { type: 'image_url', |