bluenevus commited on
Commit
9b44b20
·
verified ·
1 Parent(s): e285981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ Now, provide the updated {matrix_type}:
261
  response = openai.ChatCompletion.create(
262
  model="gpt-3.5-turbo",
263
  messages=[
264
- {"role": "system", "content": "You are a precise matrix updater that outputs only the requested matrix without any additional text."},
265
  {"role": "user", "content": prompt}
266
  ]
267
  )
 
261
  response = openai.ChatCompletion.create(
262
  model="gpt-3.5-turbo",
263
  messages=[
264
+ {"role": "system", "content": "You are a precise matrix updater that outputs only the requested matrix without any additional text. You will make assumptions as a project manager to produce the matrix based on the limited informaton provided"},
265
  {"role": "user", "content": prompt}
266
  ]
267
  )