We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da5dd5 commit 2982096Copy full SHA for 2982096
workflows/agents/memory_agent_concise.py
@@ -64,7 +64,7 @@ def __init__(
64
# Store default models configuration
65
self.default_models = default_models or {
66
"anthropic": "anthropic/claude-sonnet-4.5",
67
- "openai": "anthropic/claude-sonnet-4.5",
+ "openai": "openai/gpt-4o",
68
}
69
70
# Memory state tracking - new logic: trigger after each write_file
workflows/agents/memory_agent_concise_index.py
0 commit comments