From e20ecfd259cb28abdf5838d9269f575228baf3e9 Mon Sep 17 00:00:00 2001 From: Haseeb Ansari <47222685+haseeb-xd@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:23:03 +0500 Subject: [PATCH] doc: Update FAQ.md (#282) Isssue #277 --- website/docs/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/FAQ.md b/website/docs/FAQ.md index 79d033cfb..ccf214c13 100644 --- a/website/docs/FAQ.md +++ b/website/docs/FAQ.md @@ -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 = [