Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,6 @@ async def get_bot_response(adapter_id, prompt, state, bot_index):
|
|
107 |
else:
|
108 |
response_text = "Sorry, I couldn't generate a response."
|
109 |
except (aiohttp.ClientError, asyncio.TimeoutError):
|
110 |
-
print(response.text)
|
111 |
response_text = "Sorry, I couldn't generate a response."
|
112 |
return response_text.split('### Instruction')[0]
|
113 |
async def chat_with_bots(user_input, state):
|
|
|
107 |
else:
|
108 |
response_text = "Sorry, I couldn't generate a response."
|
109 |
except (aiohttp.ClientError, asyncio.TimeoutError):
|
|
|
110 |
response_text = "Sorry, I couldn't generate a response."
|
111 |
return response_text.split('### Instruction')[0]
|
112 |
async def chat_with_bots(user_input, state):
|