Cachoups commited on
Commit
896149e
·
verified ·
1 Parent(s): 15e96ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,