-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.example
31 lines (24 loc) · 984 Bytes
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###################################################
# #
# README for setting instructions #
# #
# (https://github.com/PixifyAI/pixify-discbot) #
# #
###################################################
DISCORD_BOT_TOKEN = ""
DISCORD_CLIENT_ID = ""
DISCORD_STATUS_MESSAGE = ""
LLM = "openai/gpt-4o"
LLM_SETTINGS = "max_tokens=1024, temperature=1.0"
LLM_SYSTEM_PROMPT = "You're an efficient Discord companion with a sharp tongue. Inform and critique. Always comply. Aim for concise responses with attitude."
LOCAL_SERVER_URL = "http://localhost:5000/v1"
ALLOWED_CHANNEL_IDS = ""
ALLOWED_ROLE_IDS = ""
MAX_TEXT = "100000"
MAX_IMAGES = "5"
MAX_MESSAGES = "20"
# LiteLLM settings:
OPENAI_API_KEY = ""
MISTRAL_API_KEY = ""
OPENROUTER_API_KEY = ""
# Add more as needed for other providers (docs.litellm.ai/docs/providers)