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

17 lines
423 B
Bash
Raw Normal View History

THE_TOKEN = "DISCORD_TOKEN_HERE"
CHANNEL_IDS = 1094494101631680653,1094628334727614605
2023-04-16 22:50:04 +00:00
INIT_PROMPT = "Assistant name: ChatAI. You code, write and provide any information without any mistakes."
2023-04-12 14:17:18 +00:00
ROOT_PORT = 8000
2023-04-12 14:19:27 +00:00
DATA_DIR = /home/USERNAME/weights
2023-04-16 11:22:17 +00:00
CACHE = 1
2023-04-27 00:56:27 +00:00
N_THREADS = 4
MAX_TOKENS = 1024
2023-05-02 12:15:45 +00:00
# Bot specific settings
REFRESH_INTERVAL=7
# ROOT_IP is only used when running the bot without docker compose
ROOT_IP = 192.168.0.15