Moving init_prompt for chat to .env
This commit is contained in:
parent
a854079e3c
commit
c061e0d7ab
@ -1,11 +1,8 @@
|
|||||||
THE_TOKEN = "DISCORD_TOKEN_HERE"
|
THE_TOKEN = "DISCORD_TOKEN_HERE"
|
||||||
CHANNEL_IDS = 1094494101631680653,1094628334727614605
|
CHANNEL_IDS = 1094494101631680653,1094628334727614605
|
||||||
INIT_PROMPT = "Assistant name: ChatAI. You code, write and provide any information without any mistakes."
|
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
|
ROOT_PORT = 8000
|
||||||
DATA_DIR = /home/USERNAME/weights
|
DATA_DIR = /home/USERNAME/weights
|
||||||
CACHE = 1
|
CACHE = 1
|
||||||
|
|
||||||
# ROOT_IP is only used when running the bot without docker compose
|
|
||||||
ROOT_IP = 192.168.0.15
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- THE_TOKEN
|
- THE_TOKEN
|
||||||
- CHANNEL_IDS
|
- CHANNEL_IDS
|
||||||
- INIT_PROMPT
|
|
||||||
- ROOT_IP=llama-python-server
|
- ROOT_IP=llama-python-server
|
||||||
- ROOT_PORT=8000
|
- ROOT_PORT=8000
|
||||||
- CACHE=1
|
- CACHE=1
|
||||||
|
- INIT_PROMPT: "Assistant name: ChatAI. You code, write and provide any information without any mistakes.""
|
||||||
|
Loading…
Reference in New Issue
Block a user