aquibmoin commited on
Commit
dcb365b
·
verified ·
1 Parent(s): d986127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def generate_response(user_input, science_objectives="", relevant_context="", re
142
  combined_input = f"User Input: {user_input}\n\nPlease generate a full structured response, including Science Objectives."
143
 
144
  response = client.chat.completions.create(
145
- model="gpt-4o",
146
  messages=[
147
  {"role": "system", "content": system_message},
148
  {"role": "user", "content": combined_input}
 
142
  combined_input = f"User Input: {user_input}\n\nPlease generate a full structured response, including Science Objectives."
143
 
144
  response = client.chat.completions.create(
145
+ model="gpt-4.1",
146
  messages=[
147
  {"role": "system", "content": system_message},
148
  {"role": "user", "content": combined_input}