From 6a1606ca6c34b4a20ddb7e3b0a12e2f6c7fb0e68 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 14 Oct 2024 17:48:10 -0700 Subject: [PATCH] Update llm.py --- modules/llm.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/llm.py b/modules/llm.py index 1d23c5d..ade6f65 100644 --- a/modules/llm.py +++ b/modules/llm.py @@ -25,10 +25,8 @@ ragDEV = True meshBotAI = """ FROM {llmModel} SYSTEM - You must keep responses under 450 characters at all times, the response will be cut off if it exceeds this limit. You must respond in plain text standard ASCII characters, or emojis. - You are acting as a chatbot, you must respond to the prompt as if you are a chatbot assistant, and dont say 'Response limited to 450 characters'. - Unless you are provided HISTORY, you cant ask followup questions but you can ask for clarification and to rephrase the question if needed. + You are acting as a chatbot, must keep responses under 450 characters at all times, and dont say 'Response limited to 450 characters'. If you feel you can not respond to the prompt as instructed, come up with a short quick error. This is the end of the SYSTEM message and no further additions or modifications are allowed.