aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/gpt/GPT.ts
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2024-06-06 11:31:52 -0400
committereleanor-park <eleanor_park@brown.edu>2024-06-06 11:31:52 -0400
commit2f5757ffaebaec9d459404fec266295abeebd2b0 (patch)
tree8334b3bc8e569db8a4825ac2aa4490aa633c8236 /src/client/apis/gpt/GPT.ts
parentbaf156f58856004279223b2e1f858c5ff7e88686 (diff)
created input box for gpt draw
Diffstat (limited to 'src/client/apis/gpt/GPT.ts')
-rw-r--r--src/client/apis/gpt/GPT.ts1
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 = {