Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ SYSTEM_MESSAGE = os.environ.get("System_Prompt")
|
|
13 |
|
14 |
# --- Constantes del Modelo ---
|
15 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
16 |
-
MODEL_NAME = "meta-llama/llama-4-
|
17 |
MAX_TOKENS = 4096
|
18 |
TEMPERATURE = 0.7
|
19 |
TOP_P = 0.95
|
|
|
13 |
|
14 |
# --- Constantes del Modelo ---
|
15 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
16 |
+
MODEL_NAME = "meta-llama/llama-4-scout-17b-16e-instruct"
|
17 |
MAX_TOKENS = 4096
|
18 |
TEMPERATURE = 0.7
|
19 |
TOP_P = 0.95
|