Spaces:
Running
Running
Update app.py
Browse files
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.
|
18 |
"gemma2-2b": "google/gemma-2-2b-it",
|
19 |
-
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.
|
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)
|