Update app.py
Browse files
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 |
)
|