NinjaHattori commited on
Commit
125d4bb
·
verified ·
1 Parent(s): 6ea6286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE) ->
61
  # Clean response and send it back to the user
62
  clean_response = clean_output(response, formatted_prompt)
63
  await update.message.reply_text(clean_response)
64
- return clean_response
65
 
66
  def main():
67
  token = read_token()
 
61
  # Clean response and send it back to the user
62
  clean_response = clean_output(response, formatted_prompt)
63
  await update.message.reply_text(clean_response)
64
+
65
 
66
  def main():
67
  token = read_token()