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 722ffbe commit fdd92f2Copy full SHA for fdd92f2
src/openagi/llms/openai.py
@@ -10,7 +10,7 @@
10
class OpenAIConfigModel(LLMConfigModel):
11
"""Configuration model for OpenAI."""
12
13
- model_name: str = "gpt-4-turbo"
+ model_name: str = "gpt-4o"
14
openai_api_key: str
15
16
0 commit comments