Adding CPU Percentage during generation.

This commit is contained in:
Raven Scott
2023-04-17 02:07:41 +02:00
parent c2396f7e5d
commit 4ff67ff28b
3 changed files with 41 additions and 12 deletions

View File

@ -1,8 +1,11 @@
THE_TOKEN = "DISCORD_TOKEN_HERE"
CHANNEL_IDS = 1094494101631680653,1094628334727614605
INIT_PROMPT = "Assistant name: ChatAI. You code, write and provide any information without any mistakes."
# ROOT_IP is only used when running the bot without docker compose
ROOT_IP = 192.168.0.15
ROOT_PORT = 8000
DATA_DIR = /home/USERNAME/weights
CACHE = 1
# ROOT_IP is only used when running the bot without docker compose
ROOT_IP = 192.168.0.15