Skip to content

Commit

Permalink
AutoGPT: Enable hybrid mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Oct 18, 2023
1 parent cd0df40 commit e0a9341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpts/autogpt/autogpt/agents/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e0a9341

Please sign in to comment.