-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathOAI_CONFIG_LIST.json
48 lines (48 loc) · 1 KB
/
OAI_CONFIG_LIST.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
{
"model": "gpt-3.5-turbo",
"api_key": ""
},
{
"model": "gpt-3.5-turbo-0301",
"api_key": ""
},
{
"model": "gpt-3.5-turbo-0613",
"api_key": ""
},
{
"model": "gpt-3.5-turbo-16k",
"api_key": ""
},
{
"model": "gpt-3.5-turbo-16k-0613",
"api_key": ""
},
{
"model": "gpt-4",
"api_key": ""
},
{
"model": "gpt-4-0314",
"api_key": ""
},
{
"model": "gpt-4-0613",
"api_key": ""
},
{
"model": "gpt-4-32k",
"api_key": "",
"api_base": "https://*.openai.azure.com/openai/deployments/*/chat/completions",
"api_type": "azure",
"api_version": "2023-06-01-preview"
},
{
"model": "gpt-35-turbo-16k",
"api_key": "",
"api_base": "https://*.openai.azure.com/openai/deployments/*/chat/completions",
"api_type": "azure",
"api_version": "2023-06-01-preview"
}
]