shukdevdatta123 commited on
Commit
0fdca26
·
verified ·
1 Parent(s): ca29ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ if openai_api_key:
147
 
148
  # Get the GPT-3.5-turbo response
149
  response = openai.ChatCompletion.create(
150
- model="gpt-3.5-turbo",
151
  messages=[{"role": "user", "content": modified_prompt}]
152
  )
153
 
 
147
 
148
  # Get the GPT-3.5-turbo response
149
  response = openai.ChatCompletion.create(
150
+ model="gpt-4o-mini",
151
  messages=[{"role": "user", "content": modified_prompt}]
152
  )
153