Refactor the tunnel-related code to make the logic of the Agent sending messages to the Human more reasonable.

This commit is contained in:
Liu Zhicong
2023-11-08 22:13:18 -08:00
parent 7fd3749a40
commit de685da38b
15 changed files with 652 additions and 232 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
instance_id = "Thinker"
fullname = "Thinker"
llm_model_name = "gpt-3.5-turbo-16k-0613"
max_token_size = 14000
llm_model_name = "Llama-2-13b-chat"
max_token_size = 2000
#enable_function =["add_event"]
#enable_kb = "true"