mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
Memory recall speedup
This commit is contained in:
parent
8ec3b24696
commit
4e028a3ce4
7 changed files with 198 additions and 164 deletions
|
|
@ -703,7 +703,7 @@ def get_default_settings() -> Settings:
|
|||
chat_model_temperature=0,
|
||||
chat_model_kwargs={},
|
||||
chat_model_ctx_length=8192,
|
||||
chat_model_ctx_history=0.65,
|
||||
chat_model_ctx_history=0.7,
|
||||
util_model_provider=ModelProvider.OPENAI.name,
|
||||
util_model_name="gpt-4o-mini",
|
||||
util_model_temperature=0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue