ChaoticEconomist commited on
Commit
109435b
·
verified ·
1 Parent(s): 77ea176

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def call_grok(prompt):
25
  }
26
 
27
  payload = {
28
- "model": "grok-2-latest", # fallback: grok-1
29
  "messages": [
30
  {"role": "system", "content": "You are a helpful AI assistant."},
31
  {"role": "user", "content": prompt}
 
25
  }
26
 
27
  payload = {
28
+ "model": "grok-4-1-fast-non-reasoning"
29
  "messages": [
30
  {"role": "system", "content": "You are a helpful AI assistant."},
31
  {"role": "user", "content": prompt}