YoniFriedman commited on
Commit
01f1893
·
verified ·
1 Parent(s): 155e345

moving parenthesis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def nishauri(question: str, conversation_history: list[str]):
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",
 
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",