From 30e07afa853c56b0a1b15658e3431ad343f41c90 Mon Sep 17 00:00:00 2001 From: GooeyTuxedo Date: Sun, 16 Apr 2023 19:41:40 -0700 Subject: [PATCH] add init prompt to docker-compose.yaml --- .gitignore | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 30bd623..2d7ec5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .env - +node_modules/ diff --git a/docker-compose.yml b/docker-compose.yml index 5463e06..151f3dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,4 +24,4 @@ services: - CHANNEL_IDS - ROOT_IP=llama-python-server - ROOT_PORT=8000 - - INIT_PROMPT + - INIT_PROMPT='Assistant name':' ChatAI. You code, write and provide any information without any mistakes.'