Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 462 Bytes

assistants-bot

Discord bot that uses OpenAI Assistants API v2.

Configuration

Example configuration can be found in the .env.sample file. Rename it to .env, comment out the commented variables and fill them in.

For production, I recommend storing the secrets in environment variables instead.

Running the bot

Running from source

Execute the following command in the root directory of the project:

npm run start

Running in Docker