Skip to content

Commit

Permalink
Correct model name in OpenAI integration docs (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: Ramon Lopez <[email protected]>
  • Loading branch information
SH4DY and Ramon Lopez authored Oct 15, 2024
1 parent 7216215 commit b3557f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can find a list of OpenAI models currently available and their names [here](
from lavague.contexts.openai import OpenaiContext

# Initialize Context
context = OpenaiContext(llm="GPT-4o mini", mm_llm="GPT-4o mini")
context = OpenaiContext(llm="gpt-4o-mini", mm_llm="gpt-4o-mini")
```
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.

Expand Down

0 comments on commit b3557f8

Please sign in to comment.