Refactor the tunnel-related code to make the logic of the Agent sending messages to the Human more reasonable.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user