feat: initial bot implementation
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
DISCORD_TOKEN=your_discord_bot_token
|
||||
OPENAI_API_KEY=your_openai_api_key
|
||||
OPENAI_MODEL=gpt-4o-mini
|
||||
OPENAI_EMBED_MODEL=text-embedding-3-small
|
||||
BOT_CHANNEL_ID=
|
||||
CODER_USER_ID=
|
||||
ENABLE_WEB_SEARCH=true
|
||||
Reference in New Issue
Block a user