From f57e3cfecbbc9901d52ecb531aa6ed1f8ee85457 Mon Sep 17 00:00:00 2001 From: Domenico Giambra Date: Sun, 16 Apr 2023 00:27:16 +0200 Subject: [PATCH] Typo in prompt start - missing space resulted in joined words in the prompt --- autogpt/config/ai_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt/config/ai_config.py b/autogpt/config/ai_config.py index c72b088b..014e360f 100644 --- a/autogpt/config/ai_config.py +++ b/autogpt/config/ai_config.py @@ -100,7 +100,7 @@ class AIConfig: prompt_start = ( "Your decisions must always be made independently without" - "seeking user assistance. Play to your strengths as an LLM and pursue" + " seeking user assistance. Play to your strengths as an LLM and pursue" " simple strategies with no legal complications." "" )