aldohenrique commited on
Commit
222eb34
·
verified ·
1 Parent(s): 60c107c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -11,12 +11,10 @@ if not HF_TOKEN:
11
 
12
  # Modelos disponíveis via API (testados e funcionais)
13
  MODELS = {
14
- "qwen2.5-3b": "Qwen/Qwen2.5-3B-Instruct",
15
- "qwen2.5-1.5b": "Qwen/Qwen2.5-1.5B-Instruct",
16
  "phi3-mini": "microsoft/Phi-3-mini-4k-instruct",
17
- "llama3.2-3b": "meta-llama/Llama-3.2-3B-Instruct",
18
  "gemma2-2b": "google/gemma-2-2b-it",
19
- "mistral-7b": "mistralai/Mistral-7B-Instruct-v0.1"
20
  }
21
 
22
  # Modelo padrão (mais confiável)
 
11
 
12
  # Modelos disponíveis via API (testados e funcionais)
13
  MODELS = {
 
 
14
  "phi3-mini": "microsoft/Phi-3-mini-4k-instruct",
15
+ "llama3.1-8b": "meta-llama/Llama-3.1-8B-Instruct",
16
  "gemma2-2b": "google/gemma-2-2b-it",
17
+ "mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
18
  }
19
 
20
  # Modelo padrão (mais confiável)