flynnoct / chatgpt-telegram-bot

Telegram bot implemented by OFFICIAL OpenAI ChatGPT API (gpt-3.5-turbo, released on 2023-03-01)
MIT License
181 stars 43 forks source link

New feature: inline mode support #14

Closed flynnoct closed 1 year ago

flynnoct commented 1 year ago

Inline mode is a helpful feature of telegram bot. I'm working on adding support for this feature.

See u soon.

flynnoct commented 1 year ago

I implemented a beta version of inline mode. Unfortunately, there is no context support for now. Set your enable_inline to true in config file and have a try. I'm glad to hear any advices from you.

Later I will try to find a way to make contexts work.