scitonic / src /config /OAI_CONFIG_LIST.json
tonic
adding scitonic demo
e7ece9c
raw
history blame
1.15 kB
[
{
"model": "gpt-3.5-turbo-preview",
"api_key": "your OpenAI Key goes here",
"base_url": "https://api.openai.com/v1",
"api_version": "2023-06-01-preview"
},
{
"model": "gpt-4-preview",
"api_key": "your OpenAI Key goes here",
"base_url": "https://api.openai.com/v1",
"api_version": "2023-06-01-preview"
},
{
"model": "gpt-4-vision-preview",
"api_key": "your OpenAI Key goes here",
"base_url": "https://api.openai.com/v1",
"api_version": "2023-06-01-preview"
},
{
"model": "dall-e-3",
"api_key": "your OpenAI Key goes here",
"base_url": "https://api.openai.com/v1",
"api_version": "2023-06-01-preview"
}//,
// {
// "model": "e5",
// "api_key": "NULL",
// "base_url": "https://tonic-e5.hf.space/--replicas/7o447/",
// "api_type": "openai"
// }
//,{
// "model": "gemini-pro-vision",
// "api_key": "your Google's GenAI Key goes here",
// "base_url": "https://genai.google.com/v1",
// "api_type": "google"
// }
]