Update app.py
Browse files
app.py
CHANGED
|
@@ -121,6 +121,7 @@ Output: Who is Zoe?
|
|
| 121 |
#Fix any grammar or clarity issues in the following question. Only return the output itself.\n\n{user_question}\nOutput:
|
| 122 |
{"role": "user", "content": f"Fix any grammar or clarity issues in the following question. Only return the output itself.\n\n{user_question}"}
|
| 123 |
]
|
|
|
|
| 124 |
res = client_bis.chat_completion(messages_q,
|
| 125 |
max_tokens=30,
|
| 126 |
stream=False,
|
|
|
|
| 121 |
#Fix any grammar or clarity issues in the following question. Only return the output itself.\n\n{user_question}\nOutput:
|
| 122 |
{"role": "user", "content": f"Fix any grammar or clarity issues in the following question. Only return the output itself.\n\n{user_question}"}
|
| 123 |
]
|
| 124 |
+
print(messages_q)
|
| 125 |
res = client_bis.chat_completion(messages_q,
|
| 126 |
max_tokens=30,
|
| 127 |
stream=False,
|