rwitz commited on
Commit
e6db662
·
verified ·
1 Parent(s): 88083e1

Update app.py

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