shukdevdatta123 commited on
Commit
a0ebf81
·
verified ·
1 Parent(s): e82f36f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1106-preview", # Updated model name (or use gpt-4-turbo)
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,