mirror of
https://github.com/Laurent2916/nio-llm.git
synced 2024-11-09 15:02:03 +00:00
🔧 change the default preprompt, add concise
keyword
This commit is contained in:
parent
2d91052d6e
commit
ca22fe640f
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue