nniehaus commited on
Commit
3411af2
·
verified ·
1 Parent(s): 13874ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ If you cannot find specific information about this exact business, please indica
99
 
100
  try:
101
  response = client.chat.completions.create(
102
- model="gpt-4",
103
  messages=[
104
  {"role": "system", "content": "You are a comprehensive business research analyst with access to current web information. Search thoroughly and provide detailed, actionable insights about businesses."},
105
  {"role": "user", "content": research_prompt}
 
99
 
100
  try:
101
  response = client.chat.completions.create(
102
+ model="gpt-5",
103
  messages=[
104
  {"role": "system", "content": "You are a comprehensive business research analyst with access to current web information. Search thoroughly and provide detailed, actionable insights about businesses."},
105
  {"role": "user", "content": research_prompt}