Skip to content

Avimitin/chatgpt-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  • bare mental
export OPENAI_API_TOKEN="sk-..."
export WHITELIST_CHAT_IDS="123456,-100123456"
export TGBOT_API_TOKEN="12345:ABCDEFG"
export REDIS_ADDR=redis://localhost:6379

deno run \
      --allow-env \
      --allow-read \
      --allow-net \
      main.ts
  • Docker
docker run -e "OPENAI_API_TOKEN=..." ghcr.io/avimitin/chatgpt-bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published