Skip to content

ivan1405/bot-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Bot GPT

WORK IN PROGRESS

This repository contains a Telegram bot built in Python which allows to use ChatGPT by using OpenAI APIs.

If you want o use it, you need to define some environment variables like a Telegram token and OpenAI api keys:

OPENAI_ORG = os.getenv('OPENAI_ORG')
OPENAI_KEY = os.getenv('OPENAI_KEY')
TELEGRAM_TOKEN = os.getenv('TELEGRAM_TOKEN')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages