bluenevus commited on
Commit
b0b31de
·
verified ·
1 Parent(s): cb596e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ Now, generate the {matrix_type}:
182
  response = openai.ChatCompletion.create(
183
  model="gpt-4-turbo",
184
  messages=[
185
- {"role": "system", "content": "You are a precise matrix generator that outputs only the requested matrix without any additional text. Based on the files uploaded, as the project manager you perform the analysis and make appropriate assumptions to populate the matrix like roles, tasks, timelines etc."},
186
  {"role": "user", "content": prompt}
187
  ]
188
  )
 
182
  response = openai.ChatCompletion.create(
183
  model="gpt-4-turbo",
184
  messages=[
185
+ {"role": "system", "content": "You are a precise matrix generator that outputs only the requested matrix without any additional text. Based on the files uploaded, as the project manager you perform the analysis and make appropriate assumptions to populate the matrix like roles, tasks, timelines, logically squencing the matrix etc."},
186
  {"role": "user", "content": prompt}
187
  ]
188
  )