🔧 change the default preprompt, add concise keyword

This commit is contained in:
Laureηt 2023-10-19 13:46:56 +00:00
parent 2d91052d6e
commit ca22fe640f
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -15,7 +15,7 @@ def main(
room: str, room: str,
username: str, username: str,
password: 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", device_id: str = "nio-llm",
homeserver: str = "https://matrix.org", homeserver: str = "https://matrix.org",
sync_timeout: int = 30000, sync_timeout: int = 30000,