doc: Update FAQ.md (#282)

Isssue #277
This commit is contained in:
Haseeb Ansari 2023-10-20 07:23:03 +05:00 committed by GitHub
parent 67157ab44f
commit e20ecfd259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [