sumuks commited on
Commit
4724e8f
·
verified ·
1 Parent(s): afbd2d5

Update backend/tasks/get_available_model_provider.py

Browse files
backend/tasks/get_available_model_provider.py CHANGED
@@ -135,6 +135,7 @@ if __name__ == "__main__":
135
  "meta-llama/Llama-3.3-70B-Instruct",
136
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
137
  "mistralai/Mistral-Small-24B-Instruct-2501",
 
138
  ]
139
 
140
  providers = []
 
135
  "meta-llama/Llama-3.3-70B-Instruct",
136
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
137
  "mistralai/Mistral-Small-24B-Instruct-2501",
138
+ "meta-llama/Llama-3.1-8B-Instruct",
139
  ]
140
 
141
  providers = []