diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2024-06-06 11:31:52 -0400 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2024-06-06 11:31:52 -0400 |
| commit | 2f5757ffaebaec9d459404fec266295abeebd2b0 (patch) | |
| tree | 8334b3bc8e569db8a4825ac2aa4490aa633c8236 /src/client/apis/gpt/GPT.ts | |
| parent | baf156f58856004279223b2e1f858c5ff7e88686 (diff) | |
created input box for gpt draw
Diffstat (limited to 'src/client/apis/gpt/GPT.ts')
| -rw-r--r-- | src/client/apis/gpt/GPT.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts index 3a5e49731..5afb345a0 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -12,6 +12,7 @@ enum GPTCallType { DESCRIBE = 'describe', MERMAID = 'mermaid', DATA = 'data', + DRAW = 'draw', } type GPTCallOpts = { |
