Skip to content

RusHome/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 (for payments and translation):

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • Batchfile 4.0%
  • Dockerfile 0.8%