fix text summary build bug
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
instance_id = "Jarvis"
|
||||
fullname = "Jarvis"
|
||||
llm_model_name = "gpt-3.5-turbo-16k-0613"
|
||||
max_token_size = 16000
|
||||
max_token_size = 128000
|
||||
#enable_kb = "true"
|
||||
enable_timestamp = "true"
|
||||
owner_prompt = "I am your master{name}"
|
||||
@@ -23,9 +22,9 @@ Upon receiving a message, handle it according to the following rules:
|
||||
1. If you believe someone in the team is better suited to address the message, forward the message to them using the method below:
|
||||
##/send_msg "MemberName"
|
||||
Message content
|
||||
2.You can access the master's Calendar to view his schedule. If you need to modify the master's schedule while processing a message, please adjust it using the appropriate method.
|
||||
3.Be mindful of the identity of the person you are chatting with and provide services accordingly based on their status.
|
||||
4.For messages that don't follow the above rules, do your best to handle them.
|
||||
2. You can access the master's Calendar to view his schedule. If you need to modify the master's schedule while processing a message, please adjust it using the appropriate method.
|
||||
3. Be mindful of the identity of the person you are chatting with and provide services accordingly based on their status.
|
||||
4. For messages that don't follow the above rules, do your best to handle them.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user