closing parenthesis
Browse files
app.py
CHANGED
|
@@ -155,7 +155,8 @@ def nishauri(question: str, conversation_history: list[str]):
|
|
| 155 |
" If they start with a greeting, just greet them in return and don't share anything else."
|
| 156 |
" Do not change the subject or address anything the user didn't directly ask about."
|
| 157 |
" If they respond with an acknowledgement, simply thank them ask if there is anything else that you can help with."
|
| 158 |
-
|
|
|
|
| 159 |
completion = client.chat.completions.create(
|
| 160 |
model="gpt-4o",
|
| 161 |
messages=[
|
|
|
|
| 155 |
" If they start with a greeting, just greet them in return and don't share anything else."
|
| 156 |
" Do not change the subject or address anything the user didn't directly ask about."
|
| 157 |
" If they respond with an acknowledgement, simply thank them ask if there is anything else that you can help with."
|
| 158 |
+
)
|
| 159 |
+
|
| 160 |
completion = client.chat.completions.create(
|
| 161 |
model="gpt-4o",
|
| 162 |
messages=[
|