Skip to content

neu-ma-tic/discord-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.go ai (gpt3.5-turbo)

To get started:

  1. Clone this repository
  2. Fill .env with your values
  3. Build (go build) the app and start it (./dgo-ai)

Running

with docker

docker run -d \
    -e TOKEN=your-token-change-this \
    -e PRESENCE=DM or mention for AI response \
    -e INJECT_USER_PROMPT=... \
    -e INJECT_SYSTEM_PROMPT=... \
    ghcr.io/neu-ma-tic/discord-ai:master

containerless

# assuming unix-like host
go build
# builds as `dgo-ai` by default
./dgo-ai

Configuration

  • TOKEN: The bot's token
  • PRESENCE_TEXT: The bot's rpc text
  • INJECT_USER_PROMPT: Text to inject as user role as chat context
  • INJECT_SYSTEM_PROMPT: Text to inject as system role as chat context

About

free of charge ai discord chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages