From 7a5b84f0a0f230c484842d47e02b89956bc27b4d 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..6e8c3a6 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."