mfahad commited on
Commit
d086b35
·
1 Parent(s): 3b32dfc

Create OAI_CONFIG_LIST.json

Browse files
Files changed (1) hide show
  1. OAI_CONFIG_LIST.json +48 -0
OAI_CONFIG_LIST.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "model": "gpt-3.5-turbo",
4
+ "api_key": ""
5
+ },
6
+ {
7
+ "model": "gpt-3.5-turbo-0301",
8
+ "api_key": ""
9
+ },
10
+ {
11
+ "model": "gpt-3.5-turbo-0613",
12
+ "api_key": ""
13
+ },
14
+ {
15
+ "model": "gpt-3.5-turbo-16k",
16
+ "api_key": ""
17
+ },
18
+ {
19
+ "model": "gpt-3.5-turbo-16k-0613",
20
+ "api_key": ""
21
+ },
22
+ {
23
+ "model": "gpt-4",
24
+ "api_key": ""
25
+ },
26
+ {
27
+ "model": "gpt-4-0314",
28
+ "api_key": ""
29
+ },
30
+ {
31
+ "model": "gpt-4-0613",
32
+ "api_key": ""
33
+ },
34
+ {
35
+ "model": "gpt-4-32k",
36
+ "api_key": "",
37
+ "api_base": "https://*.openai.azure.com/openai/deployments/*/chat/completions",
38
+ "api_type": "azure",
39
+ "api_version": "2023-06-01-preview"
40
+ },
41
+ {
42
+ "model": "gpt-35-turbo-16k",
43
+ "api_key": "",
44
+ "api_base": "https://*.openai.azure.com/openai/deployments/*/chat/completions",
45
+ "api_type": "azure",
46
+ "api_version": "2023-06-01-preview"
47
+ }
48
+ ]