Skip to content

Commit 779f6c5

Browse files
committed
Fix "gpt-4-o" typo in profiles.mdx
1 parent 2b5998c commit 779f6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/profiles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ interpreter.loop = True
4444

4545
```YAML
4646
llm:
47-
model: "gpt-4-o"
47+
model: "gpt-4o"
4848
temperature: 0
4949
# api_key: ... # Your API key, if the API requires it
5050
# api_base: ... # The URL where an OpenAI-compatible server is running to handle LLM API requests

0 commit comments

Comments
 (0)