diff --git a/notebook/OAI_CONFIG_LIST b/notebook/OAI_CONFIG_LIST new file mode 100644 index 00000000000..01608aeeef8 --- /dev/null +++ b/notebook/OAI_CONFIG_LIST @@ -0,0 +1,21 @@ +// Please modify the content, remove this comment and rename this file to OAI_CONFIG_LIST to run the sample code. +[ + { + "model": "gpt-4", + "api_key": "" + }, + { + "model": "gpt-4", + "api_key": "", + "api_base": "", + "api_type": "azure", + "api_version": "2023-07-01-preview" + }, + { + "model": "gpt-3.5-turbo", + "api_key": "", + "api_base": "", + "api_type": "azure", + "api_version": "2023-07-01-preview" + } +]