Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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()
|