Amadeus icon indicating copy to clipboard operation
Amadeus copied to clipboard

A Telegram Chatbot written in Python3 making use of OpenAI's GPT3 model (Da Vinci Engine). You can fork and deploy this repo on heroku.

Results 4 Amadeus issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/Users/ethicdeveloper/Desktop/ChatGPT-Telegram-Bot/harshitethic.py", line 1, in from telegram.ext import Updater, CommandHandler, MessageHandler, Filters ImportError: cannot import name 'Filters' from 'telegram.ext' (/Users/ethicdeveloper/Library/Python/3.11/lib/python/site-packages/telegram/ext/__init__.py)

when asked complex question, bot responses with this reply: "Message text is empty" also sometime it doesnt print the whole response. for example if response has multiple paragraph it would...

Not sure what's the error. The quote is not exceeded yet. Probably API request is outdated?