Johnny Lee commited on
Commit
b8c6306
·
1 Parent(s): 1adb1d0
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -280,7 +280,6 @@ async def respond(
280
  total_token_count = llm.get_num_tokens_from_messages(messages_to_send)
281
  LOG.debug(f"Messages to send: {messages_to_send}")
282
  LOG.info(f"Tokens to send: {total_token_count}")
283
- # Run chain and append input.
284
  callback = AsyncIteratorCallbackHandler()
285
  run_collector = RunCollectorCallbackHandler()
286
  run = asyncio.create_task(
 
280
  total_token_count = llm.get_num_tokens_from_messages(messages_to_send)
281
  LOG.debug(f"Messages to send: {messages_to_send}")
282
  LOG.info(f"Tokens to send: {total_token_count}")
 
283
  callback = AsyncIteratorCallbackHandler()
284
  run_collector = RunCollectorCallbackHandler()
285
  run = asyncio.create_task(