Skip to content

Commit

Permalink
doc: Update FAQ.md (microsoft#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
haseeb-xd authored Oct 20, 2023
1 parent 576913b commit d2ecf73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ import autogen
config_list = autogen.config_list_from_models(model_list=["gpt-4", "gpt-3.5-turbo", "gpt-3.5-turbo-16k"])
```

> For Azure the model name refers to the OpenAI Studio deployment name.
The config list looks like the following, if only OpenAI API key is available:
```python
config_list = [
Expand Down

0 comments on commit d2ecf73

Please sign in to comment.