Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
richbeales committed Apr 23, 2023
1 parent 6e4ae68 commit 73349c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autogpt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ def generate_aiconfig_automatic(user_prompt) -> AIConfig:
output = create_chat_completion(messages, CFG.fast_llm_model)

# Debug LLM Output
if CFG.debug_mode:
logger.debug(f"AI Config Generator Raw Output: {output}")
logger.debug(f"AI Config Generator Raw Output: {output}")

# Parse the output
ai_name = re.search(r"Name(?:\s*):(?:\s*)(.*)", output, re.IGNORECASE).group(1)
Expand Down

0 comments on commit 73349c2

Please sign in to comment.