bluenevus commited on
Commit
4032a87
·
verified ·
1 Parent(s): 79ae593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ Now, generate the {matrix_type}:
176
  """
177
 
178
  response = openai.ChatCompletion.create(
179
- model="gpt-3.5-turbo",
180
  messages=[
181
  {"role": "system", "content": "You are a precise matrix generator that outputs only the requested matrix without any additional text."},
182
  {"role": "user", "content": prompt}
 
176
  """
177
 
178
  response = openai.ChatCompletion.create(
179
+ model="gpt-4-turbo",
180
  messages=[
181
  {"role": "system", "content": "You are a precise matrix generator that outputs only the requested matrix without any additional text."},
182
  {"role": "user", "content": prompt}