Spaces:
Runtime error
Runtime error
Update src/config/OAI_CONFIG_LIST.json
Browse files
src/config/OAI_CONFIG_LIST.json
CHANGED
@@ -22,17 +22,5 @@
|
|
22 |
"api_key": "your OpenAI Key goes here",
|
23 |
"base_url": "https://api.openai.com/v1",
|
24 |
"api_version": "2023-06-01-preview"
|
25 |
-
}
|
26 |
-
// {
|
27 |
-
// "model": "e5",
|
28 |
-
// "api_key": "NULL",
|
29 |
-
// "base_url": "https://tonic-e5.hf.space/--replicas/7o447/",
|
30 |
-
// "api_type": "openai"
|
31 |
-
// }
|
32 |
-
//,{
|
33 |
-
// "model": "gemini-pro-vision",
|
34 |
-
// "api_key": "your Google's GenAI Key goes here",
|
35 |
-
// "base_url": "https://genai.google.com/v1",
|
36 |
-
// "api_type": "google"
|
37 |
-
// }
|
38 |
]
|
|
|
22 |
"api_key": "your OpenAI Key goes here",
|
23 |
"base_url": "https://api.openai.com/v1",
|
24 |
"api_version": "2023-06-01-preview"
|
25 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
]
|