Rushabh Dharmesh Gandhi commited on
Commit
70ba0b9
·
1 Parent(s): becaa35

feat: add more premium models (Llama, Phi-4, DeepSeek, Cohere)

Browse files
Files changed (1) hide show
  1. services/llm_client.py +5 -0
services/llm_client.py CHANGED
@@ -29,6 +29,11 @@ GITHUB_MODELS_AVAILABLE = [
29
  "gpt-4o",
30
  "gpt-4o-mini",
31
  "Meta-Llama-3.1-405B-Instruct",
 
 
 
 
 
32
  ]
33
 
34
 
 
29
  "gpt-4o",
30
  "gpt-4o-mini",
31
  "Meta-Llama-3.1-405B-Instruct",
32
+ "Llama-3.3-70B-Instruct",
33
+ "Meta-Llama-3.1-8B-Instruct",
34
+ "Phi-4",
35
+ "DeepSeek-R1",
36
+ "Cohere-command-r-plus-08-2024",
37
  ]
38
 
39