AbuAlone09 commited on
Commit
4d12f5e
·
verified ·
1 Parent(s): a26576b

Update backend_api.py

Browse files
Files changed (1) hide show
  1. backend_api.py +3 -3
backend_api.py CHANGED
@@ -101,9 +101,9 @@ def get_inference_client(model_id: str, provider: str = "auto"):
101
 
102
  # Define models and languages here to avoid importing Gradio UI
103
  AVAILABLE_MODELS = [
104
- {"name": "Llama 3.3 70B (Khuyên dùng)", "id": "Llama 3.3 70B", "description": " duy logic và viết code rất mạnh"},
105
- {"name": "Llama 3.1 8B (Nhanh)", "id": "Llama 3.1 8B", "description": "Tốc độ phản hồi cực nhanh"},
106
- {"name": "Gemma 2 9B (Google)", "id": "Gemma 2 9B", "description": "Model cân bằng hiệu năng"}
107
  ]
108
 
109
  # Cache model lookup for faster access (built after AVAILABLE_MODELS is defined)
 
101
 
102
  # Define models and languages here to avoid importing Gradio UI
103
  AVAILABLE_MODELS = [
104
+ {"name": "Llama 3.3 70B", "id": "Llama 3.3 70B", "description": "Logic mạnh"},
105
+ {"name": "Qwen 2.5 Coder 32B", "id": "Qwen 2.5 Coder", "description": "Code tốt nhất"},
106
+ {"name": "Gemma 2 9B", "id": "Gemma 2 9B", "description": "Siêu nhanh"}
107
  ]
108
 
109
  # Cache model lookup for faster access (built after AVAILABLE_MODELS is defined)