Skip to content

Commit dc09458

Browse files
committed
Fix typo
1 parent 83083e6 commit dc09458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/apps/types/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class AgentModel(str, Enum):
99
GPT_3_5 = 'gpt-3.5-turbo'
10-
GPT_3_5_16K = 'gpt-3.6-turbo-16k'
10+
GPT_3_5_16K = 'gpt-3.5-turbo-16k'
1111
GPT_4 = 'gpt-4'
1212
GPT_4_32K = 'gpt-4-32k'
1313

0 commit comments

Comments
 (0)