Skip to content

Commit

Permalink
πŸ“œ small fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Mar 10, 2024
1 parent ae2fc0d commit a3b968b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def analyse_output(
result = analyse_output(
"healthy outpout",
"Hello World!",
settings_override={"llm": "openai/gpt-4-vision-preview"},
settings={"llm": "openai/gpt-4-vision-preview"},
)
```

Expand Down

0 comments on commit a3b968b

Please sign in to comment.