Danielbrdz commited on
Commit
51995e6
·
verified ·
1 Parent(s): e8660fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-maverick-17b-128e-instruct"
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