Skip to content

ZurabDev/chatgpt

 
 

Repository files navigation

CHATGPT

Telegram Bot with OpenAI GPT-3.5-turbo connection, context, Stability AI painting and Google scraping

You have to get those APIs and set environment variables (or put to .env file):

Optional:

Optional (for promotion):

LOCAL RUN

  • Install NodeJS v.18
export PUPPETEER_SKIP_DOWNLOAD=1 #for aarch64 
npm install
node index.js

PROD

TODO

  • Temperature separated
  • Detect >500 abuse
  • Context forget/reset timeout
  • DDOS protection
  • DDOS of RU group - 5 requests per hour to user
  • Language from user.language_code
  • Parse tokens consumed to money.json
  • Docker
  • Remove Google Trans, save money

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.5%
  • Batchfile 3.7%
  • Dockerfile 0.8%