Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ if not HF_TOKEN:
|
|
13 |
# Modelos disponíveis via API (testados e funcionais)
|
14 |
MODELS = {
|
15 |
"phi3-mini": "microsoft/Phi-3-mini-4k-instruct",
|
16 |
-
"llama3.1-
|
17 |
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
|
18 |
"zephyr7b": "HuggingFaceH4/zephyr-7b-beta",
|
19 |
}
|
|
|
13 |
# Modelos disponíveis via API (testados e funcionais)
|
14 |
MODELS = {
|
15 |
"phi3-mini": "microsoft/Phi-3-mini-4k-instruct",
|
16 |
+
"llama3.1-3b": "meta-llama/Llama-3.2-3B-Instruct",
|
17 |
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
|
18 |
"zephyr7b": "HuggingFaceH4/zephyr-7b-beta",
|
19 |
}
|