Spaces:
Build error
Build error
Update app.py
Browse files
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,
|