Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ By following these steps, you can ensure that your systematic review paper is we
|
|
89 |
|
90 |
# Make the API call to OpenAI
|
91 |
response = client.chat.completions.create(
|
92 |
-
model="gpt-4
|
93 |
messages=messages,
|
94 |
temperature=0.7,
|
95 |
max_tokens=4000,
|
|
|
89 |
|
90 |
# Make the API call to OpenAI
|
91 |
response = client.chat.completions.create(
|
92 |
+
model="gpt-4.1", # Updated model name (or use gpt-4-turbo)
|
93 |
messages=messages,
|
94 |
temperature=0.7,
|
95 |
max_tokens=4000,
|