Penality commited on
Commit
3be5a4a
·
verified ·
1 Parent(s): 1610240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def chatbot(user_question):
209
  prompt=user_question
210
 
211
  try:
212
- print("asking")
213
  response = together.Completion.create(
214
  model="mistralai/Mistral-7B-Instruct-v0.1",
215
  prompt=prompt,
 
209
  prompt=user_question
210
 
211
  try:
212
+ print("asking", prompt)
213
  response = together.Completion.create(
214
  model="mistralai/Mistral-7B-Instruct-v0.1",
215
  prompt=prompt,