mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-06 23:04:30 +01:00
AutoGPT: Enable hybrid mode by default
This commit is contained in:
@@ -61,7 +61,7 @@ class BaseAgentConfiguration(SystemConfiguration):
|
||||
default_cycle_instruction: str = DEFAULT_TRIGGERING_PROMPT
|
||||
"""The default instruction passed to the AI for a thinking cycle."""
|
||||
|
||||
big_brain: bool = UserConfigurable(default=True)
|
||||
big_brain: bool = UserConfigurable(default=False)
|
||||
"""
|
||||
Whether this agent uses the configured smart LLM (default) to think,
|
||||
as opposed to the configured fast LLM. Enabling this disables hybrid mode.
|
||||
|
||||
Reference in New Issue
Block a user