moving parenthesis
Browse files
app.py
CHANGED
|
@@ -71,8 +71,7 @@ def nishauri(question: str, conversation_history: list[str]):
|
|
| 71 |
" Keep answers brief and limited to the question that was asked."
|
| 72 |
" Do not provide information the user did not ask about. If they start with a greeting, just greet them in return and don't share anything else."
|
| 73 |
" Do not change the subject or address anything the user didn't directly ask about."
|
| 74 |
-
" If they respond with an acknowledgement such as 'ok' or 'thanks', simply thank them ask if there is anything else that you can help with."
|
| 75 |
-
)
|
| 76 |
|
| 77 |
completion = client.chat.completions.create(
|
| 78 |
model="gpt-4o",
|
|
|
|
| 71 |
" Keep answers brief and limited to the question that was asked."
|
| 72 |
" Do not provide information the user did not ask about. If they start with a greeting, just greet them in return and don't share anything else."
|
| 73 |
" Do not change the subject or address anything the user didn't directly ask about."
|
| 74 |
+
" If they respond with an acknowledgement such as 'ok' or 'thanks', simply thank them ask if there is anything else that you can help with.")
|
|
|
|
| 75 |
|
| 76 |
completion = client.chat.completions.create(
|
| 77 |
model="gpt-4o",
|