-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_configs.json
43 lines (42 loc) · 1.06 KB
/
model_configs.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
[
{
"model_type": "dashscope_chat",
"config_name": "qwen",
"model_name": "qwen-max",
"api_key": "YOUR_API_KEY",
"generate_args": {
"temperature": 0.5
}
},
{
"model_type": "dashscope_image_synthesis",
"config_name": "wanx",
"model_name": "wanx-v1",
"api_key": "YOUR_API_KEY ",
"generate_args": {
"temperature": 0.5
}
},
{
"config_name": "gpt-4",
"model_type": "openai",
"model_name": "gpt-4-turbo-2024-04-09",
"api_key": "YOUR_API_KEY",
"organization": "",
"generate_args": {
"temperature": 0.1
}
},
{
"config_name": "InternLM2",
"model_type": "InternLM2_chat",
"model_name": "internlm2",
"api_key": "YOUR_API_KEY",
"client_args": {
"base_url": "https://internlm-chat.intern-ai.org.cn/puyu/api/v1/"
},
"generate_args": {
"temperature": 0.7
}
}
]