aquibmoin commited on
Commit
61b24cf
·
verified ·
1 Parent(s): c3d1a8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def generate_response(user_input, relevant_context="", references=[], max_tokens
187
  combined_input = f"User Input: {user_input}\nPlease generate a detailed structured response as per the defined sections and table format."
188
 
189
  response = client.chat.completions.create(
190
- model="gpt-4-turbo",
191
  messages=[
192
  {"role": "system", "content": system_message},
193
  {"role": "user", "content": combined_input}
 
187
  combined_input = f"User Input: {user_input}\nPlease generate a detailed structured response as per the defined sections and table format."
188
 
189
  response = client.chat.completions.create(
190
+ model="gpt-4o",
191
  messages=[
192
  {"role": "system", "content": system_message},
193
  {"role": "user", "content": combined_input}