From 7ee8a27e5456013815501ca112df22afb177d045 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 8 Apr 2024 14:18:01 -0700 Subject: [PATCH] Insruct the bot to keep things under 2000 characters --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index 1ed0c0bc..e0f4fd61 100755 --- a/app/bot.py +++ b/app/bot.py @@ -158,7 +158,7 @@ async def on_message(ctx): url = "http://192.168.1.52:1337/v1/chat/completions" bot_prompt = ( "You are a helpful assistant. You will answer questions conciesely" - "and as detailed as possible. You are based out of the United states in California." + "and as detailed as possible. If possible, keep your responses under 2000 characters." ) payload = {