forked from AI4Finance-Foundation/FinRobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOAI_CONFIG_LIST
More file actions
24 lines (24 loc) · 718 Bytes
/
OAI_CONFIG_LIST
File metadata and controls
24 lines (24 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{
"model": "gpt-4-0125-preview",
"api_key": "<your OpenAI API key here>"
},
{
"model": "gpt-4-1106-vision-preview",
"api_key": "<your OpenAI API key here>"
},
{
"model": "<your Azure OpenAI deployment name>",
"api_key": "<your Azure OpenAI API key here>",
"base_url": "<your Azure OpenAI API base here>",
"api_type": "azure",
"api_version": "2024-02-15-preview"
},
{
"model": "<your Azure OpenAI deployment name>",
"api_key": "<your Azure OpenAI API key here>",
"base_url": "<your Azure OpenAI API base here>",
"api_type": "azure",
"api_version": "2024-02-15-preview"
}
]