Skip to content

Commit b3557f8

Browse files
SH4DYRamon Lopez
and
Ramon Lopez
authored
Correct model name in OpenAI integration docs (#610)
Co-authored-by: Ramon Lopez <[email protected]>
1 parent 7216215 commit b3557f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/integrations/openai.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can find a list of OpenAI models currently available and their names [here](
2727
from lavague.contexts.openai import OpenaiContext
2828

2929
# Initialize Context
30-
context = OpenaiContext(llm="GPT-4o mini", mm_llm="GPT-4o mini")
30+
context = OpenaiContext(llm="gpt-4o-mini", mm_llm="gpt-4o-mini")
3131
```
3232
Once we have defined our OpenaiContext, we can use it by passing it to our ActionEngine and WorldModel when initializing them with the `from_context()` method.
3333

0 commit comments

Comments
 (0)