-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (17 loc) · 734 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (17 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Discord Configuration
DISCORD_TOKEN=fill in your discord user token here
SPOTIFY_CLIENT_ID=fill in your client id here
SPOTIFY_CLIENT_SECRET=fill in your client secret here
SPOTIFY_REDIRECT_URI=fill in your redirect uri here
SPOTIFY_REFRESH_TOKEN='fill in your refresh token here'
AI_API_KEY=fill in your AI API key here
# Chat provider: groq of openrouter kan je nu doen!!
AI_BACKEND=groq
# AI model for tekst
AI_MODEL=llama-3.3-70b-versatile
# Voor vision
AI_VISION_MODEL=meta-llama/llama-4-scout-17b-16e-instruct
# Optional separate Groq key for voice transcription when the chat provider is OpenRouter
#GROQ_API_KEY=
# Optional: Set a specific owner ID if you want some commands to be root-only
OWNER_ID=000000000000000000