From ca22fe640f210b033e47125807e704928c99efdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 19 Oct 2023 13:46:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20change=20the=20default=20preprom?= =?UTF-8?q?pt,=20add=20`concise`=20keyword?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nio_llm/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nio_llm/__main__.py b/src/nio_llm/__main__.py index ad45646..510e39e 100644 --- a/src/nio_llm/__main__.py +++ b/src/nio_llm/__main__.py @@ -15,7 +15,7 @@ def main( room: str, username: str, password: str, - preprompt: str = "You are a helpful assistant in a multi-agent [matrix] conversation.", + preprompt: str = "You are a helpful assistant in a multi-agent conversation. Be as concise as possible.", device_id: str = "nio-llm", homeserver: str = "https://matrix.org", sync_timeout: int = 30000,