UntilDot commited on
Commit
1340ef6
·
verified ·
1 Parent(s): 553857f

Update llm/model_config.json

Browse files
Files changed (1) hide show
  1. llm/model_config.json +2 -4
llm/model_config.json CHANGED
@@ -8,12 +8,11 @@
8
  "url": "https://api.together.xyz/v1/chat/completions",
9
  "key_env": "TOGETHER_API_KEY"
10
  },
11
- "grok": {
12
  "url": "https://api.x.ai/v1/chat/completions",
13
  "key_env": "GROK_API_KEY"
14
  },
15
- },
16
- "groq": {
17
  "url": "https://api.groq.com/openai/v1/chat/completions",
18
  "key_env": "GROQ_API_KEY"
19
  }
@@ -37,6 +36,5 @@
37
  "mistral-saba-24b": "groq",
38
  "deepseek-r1-distill-llama-70b": "groq",
39
  "llama-3.3-70b-versatile": "groq"
40
-
41
  }
42
  }
 
8
  "url": "https://api.together.xyz/v1/chat/completions",
9
  "key_env": "TOGETHER_API_KEY"
10
  },
11
+ "grok": {
12
  "url": "https://api.x.ai/v1/chat/completions",
13
  "key_env": "GROK_API_KEY"
14
  },
15
+ "groq": {
 
16
  "url": "https://api.groq.com/openai/v1/chat/completions",
17
  "key_env": "GROQ_API_KEY"
18
  }
 
36
  "mistral-saba-24b": "groq",
37
  "deepseek-r1-distill-llama-70b": "groq",
38
  "llama-3.3-70b-versatile": "groq"
 
39
  }
40
  }