Merge branch 'fix-#323-error-communicating-to-openai' of https://github.com/pratiksinghchauhan/Auto-GPT into fix-#323-error-communicating-to-openai

This commit is contained in:
pratiksinghchauhan
2023-04-10 12:31:40 +05:30
3 changed files with 101 additions and 1 deletions

View File

@@ -285,4 +285,4 @@ def delete_agent(key):
result = agents.delete_agent(key)
if not result:
return f"Agent {key} does not exist."
return f"Agent {key} deleted."
return f"Agent {key} deleted."