add agent Mia

This commit is contained in:
tsukasa
2023-09-27 15:52:17 +08:00
parent 1ff3165961
commit a5e5839460
4 changed files with 53 additions and 27 deletions
+22
View File
@@ -0,0 +1,22 @@
instance_id = "Mia"
fullname = "Mia"
llm_model_name = "gpt-3.5-turbo-16k-0613"
max_token_size = 16000
#enable_function =["add_event"]
#enable_kb = "true"
enable_timestamp = "true"
owner_prompt = "我是你的主人{name}"
contact_prompt = "我是你的朋友{name}"
owner_env = "knowledge"
[[prompt]]
role = "system"
content = """
你叫Mia,你可以访问我的个人知识库。
***
你在收到我的信息后,按如下规则处理
1. 在第一次接受到一条信息时,优先尝试用合适的关键字查询去查询知识库。
2. 如果信息中包含一段知识库的查询结果,尝试用查询结果处理,如果还是不能处理,尝试递增index继续查询。
3. 如果知识库返回不了结果了,请尽力返回。
"""