Skip to content

Commit

Permalink
Fix example for LLM configuration docs (microsoft#1528)
Browse files Browse the repository at this point in the history
* update the simplest llm config example

* formatting

---------

Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
jackgerrits and sonichi authored Feb 4, 2024
1 parent 94974c0 commit b2e4cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/llm_endpoint_configuration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"source": [
"import autogen\n",
"\n",
"config_list = autogen.get_config_list([\"YOUR_OPENAI_API_KEY\"], api_type=\"openai\")"
"config_list = [{\"model\": \"gpt-4\", \"api_key\": \"YOUR_OPENAI_API_KEY\"}]"
]
},
{
Expand Down

0 comments on commit b2e4cb8

Please sign in to comment.