-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_config.json
62 lines (62 loc) · 1.36 KB
/
model_config.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"gpt-3.5-turbo":{
"api": "openai"
},
"gpt-4-1106-preview":{
"api": "openai"
},
"codellama/CodeLlama-13b-Instruct-hf": {
"api": "huggingface"
},
"codellama/CodeLlama-13b-hf" : {
"api": "huggingface"
},
"Qwen/CodeQwen1.5-7B-Chat": {
"api": "huggingface_chat"
},
"Qwen/CodeQwen1.5-7B": {
"api": "huggingface_chat"
},
"deepseek-ai/deepseek-coder-6.7b-instruct" :{
"api": "huggingface"
},
"deepseek-ai/deepseek-coder-6.7b-base" : {
"api": "huggingface"
},
"meta-llama/Llama-2-13b-hf":{
"api": "huggingface"
},
"ise-uiuc/Magicoder-S-DS-6.7B": {
"api": "vllm"
},
"mistralai/Mistral-7B-Instruct-v0.1": {
"api": "huggingface"
},
"bigcode/starcoder" : {
"api":"huggingface"
},
"bigcode/starcoder2-15b" : {
"api": "huggingface"
},
"WizardLM/WizardCoder-15B-V1.0": {
"api": "huggingface"
},
"gpt-4-turbo":{
"api": "litellm"
},
"gemini/gemini-pro":{
"api":"litellm"
},
"codellama/CodeLlama-7b-Instruct-hf": {
"api": "huggingface"
},
"deepseek-ai/deepseek-llm-7b-base": {
"api": "huggingface"
},
"gemini/gemini-1.5-pro":{
"api": "litellm"
},
"semcoder/semcoder_s":{
"api": "vllm"
}
}