Skip to content

Commit

Permalink
docker setup acent conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
HMDCrew committed Oct 8, 2023
1 parent fece818 commit bcb4af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpts/autogpt/autogpt/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def build_prompt(
include_os_info: Optional[bool] = None,
**kwargs,
) -> ChatPrompt:
if extra_messages is None:
if not extra_messages:
extra_messages = []
# Clock
extra_messages.append(
Expand Down

0 comments on commit bcb4af8

Please sign in to comment.