Skip to content

This project uses Telegram Bot API of text generation service based on Azure OpenAI GPT-3.5 models.

License

Notifications You must be signed in to change notification settings

Ligengxin96/telegram-gpt

Repository files navigation

Telegram-GPT

This project uses Telegram Bot API of text generation service based on Azure OpenAI GPT-3.5 models.

Setup

Install Dependencies

yarn

or

npm i

Create a Bot Access Token

Talk to BotFather and create a bot, get the access token. https://core.telegram.org/bots#6-botfather

Run Bot Server

Replace your telegram bot access token and azure openai config in .env file, and run the index.js file.

node index.js

Now your bot is ready to serve.

Bot Usage

Just need to use it like chatting with your assistant.

Bot Usage

About

This project uses Telegram Bot API of text generation service based on Azure OpenAI GPT-3.5 models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published