llama-cpp-python-djs-bot/default.env

12 lines
347 B
Bash
Raw Normal View History

THE_TOKEN = "DISCORD_TOKEN_HERE"
CHANNEL_IDS = 1094494101631680653,1094628334727614605
2023-04-16 18:50:04 -04:00
INIT_PROMPT = "Assistant name: ChatAI. You code, write and provide any information without any mistakes."
2023-04-12 10:17:18 -04:00
ROOT_PORT = 8000
2023-04-12 10:19:27 -04:00
DATA_DIR = /home/USERNAME/weights
2023-04-16 07:22:17 -04:00
CACHE = 1
# ROOT_IP is only used when running the bot without docker compose
ROOT_IP = 192.168.0.15