Update app.py
Browse files
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-
|
| 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}
|