mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 17:47:06 +08:00
fix: update max_context_length and dequeue_context_length defaults
This commit is contained in:
@@ -136,8 +136,8 @@ DEFAULT_CONFIG = {
|
||||
),
|
||||
"llm_compress_keep_recent_ratio": 0.15,
|
||||
"llm_compress_provider_id": "",
|
||||
"max_context_length": 50,
|
||||
"dequeue_context_length": 10,
|
||||
"max_context_length": -1, # 默认不限制
|
||||
"dequeue_context_length": 1,
|
||||
"streaming_response": False,
|
||||
"show_tool_use_status": False,
|
||||
"show_tool_call_result": False,
|
||||
|
||||
Reference in New Issue
Block a user