We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83083e6 commit dc09458Copy full SHA for dc09458
llmstack/apps/types/agent.py
@@ -7,7 +7,7 @@
7
8
class AgentModel(str, Enum):
9
GPT_3_5 = 'gpt-3.5-turbo'
10
- GPT_3_5_16K = 'gpt-3.6-turbo-16k'
+ GPT_3_5_16K = 'gpt-3.5-turbo-16k'
11
GPT_4 = 'gpt-4'
12
GPT_4_32K = 'gpt-4-32k'
13
0 commit comments