From 391d444c4599ea894e1da13dc622eb9a5b0bd0ff Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 23 Oct 2023 14:05:30 -0400 Subject: [PATCH] clean up Former-commit-id: 2be0f0972387e946f30791475c6b3d791f0db43c --- stderr_log.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 stderr_log.txt diff --git a/stderr_log.txt b/stderr_log.txt deleted file mode 100644 index 31dd0922..00000000 --- a/stderr_log.txt +++ /dev/null @@ -1,15 +0,0 @@ -Error in sys.excepthook: -Traceback (most recent call last): - File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/humbug/report.py", line 505, in _hook - self.error_report(error=exception_instance, tags=tags, publish=publish) - File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/humbug/report.py", line 247, in error_report - traceback.format_exception( -TypeError: format_exception() got an unexpected keyword argument 'etype' - -Original exception was: -Traceback (most recent call last): - File "/Users/defalt/Desktop/Athena/research/swarms/example.py", line 3, in - from swarms.prompts import PRODUCT_AGENT_PROMPT - File "/Users/defalt/Desktop/Athena/research/swarms/swarms/prompts/__init__.py", line 3, in - from swarms.prompts.growth_agent_prompt import GROWTH_AGENT_PROMPT -ImportError: cannot import name 'GROWTH_AGENT_PROMPT' from 'swarms.prompts.growth_agent_prompt' (/Users/defalt/Desktop/Athena/research/swarms/swarms/prompts/growth_agent_prompt.py)