2023-04-09 20:19:50 -04:00
|
|
|
THE_TOKEN = "DISCORD_TOKEN_HERE"
|
2023-04-11 08:50:19 -04:00
|
|
|
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
|
2023-04-26 20:56:27 -04:00
|
|
|
N_THREADS = 4
|
|
|
|
MAX_TOKENS = 1024
|
2023-04-16 20:07:41 -04:00
|
|
|
|
|
|
|
# ROOT_IP is only used when running the bot without docker compose
|
|
|
|
ROOT_IP = 192.168.0.15
|
|
|
|
|
|
|
|
|