ChaoticEconomist commited on
Commit
4ff7dcd
·
verified ·
1 Parent(s): 706d0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def call_grok(prompt):
34
  }
35
 
36
  data = {
37
- "model": "grok-2-latest",
38
  "messages": [
39
  {"role": "system", "content": "You are an expert AI research analyst."},
40
  {"role": "user", "content": prompt}
 
34
  }
35
 
36
  data = {
37
+ "model": "grok-4-1-fast-non-reasoning",
38
  "messages": [
39
  {"role": "system", "content": "You are an expert AI research analyst."},
40
  {"role": "user", "content": prompt}