You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
3.5 KiB
50 lines
3.5 KiB
message='Request to OpenAI API' method=post path=https://api.openai.com/v1/chat/completions
|
|
api_version=None data='{"messages": [{"role": "user", "content": "Generate a 10,000 word blog on health and wellness."}], "model": "gpt-3.5-turbo"}' message='Post details'
|
|
message='Request to OpenAI API' method=post path=https://api.openai.com/v1/chat/completions
|
|
Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
|
|
api_version=None data='{"messages": [{"role": "user", "content": "Generate a 10,000 word blog on health and wellness."}], "model": "gpt-3.5-turbo"}' message='Post details'
|
|
message='Request to OpenAI API' method=post path=https://api.openai.com/v1/chat/completions
|
|
Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
|
|
api_version=None data='{"messages": [{"role": "user", "content": "Generate a 10,000 word blog on health and wellness."}], "model": "gpt-3.5-turbo"}' message='Post details'
|
|
Converted retries value: 2 -> Retry(total=2, connect=None, read=None, redirect=None, status=None)
|
|
Starting new HTTPS connection (1): api.openai.com:443
|
|
Starting new HTTPS connection (1): api.openai.com:443
|
|
Starting new HTTPS connection (1): api.openai.com:443
|
|
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/godmode.py", line 21, in <module>
|
|
out = god_mode.run(task)
|
|
^^^^^^^^^^^^^^^^^^
|
|
File "/Users/defalt/Desktop/Athena/research/swarms/swarms/swarms/god_mode.py", line 40, in run
|
|
with ThreadPoolExecutor() as executor:
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/concurrent/futures/_base.py", line 647, in __exit__
|
|
self.shutdown(wait=True)
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/concurrent/futures/thread.py", line 235, in shutdown
|
|
t.join()
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1112, in join
|
|
self._wait_for_tstate_lock()
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1132, in _wait_for_tstate_lock
|
|
if lock.acquire(block, timeout):
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
KeyboardInterrupt
|
|
Exception ignored in: <module 'threading' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py'>
|
|
Traceback (most recent call last):
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1553, in _shutdown
|
|
atexit_call()
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/concurrent/futures/thread.py", line 31, in _python_exit
|
|
t.join()
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1112, in join
|
|
self._wait_for_tstate_lock()
|
|
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1132, in _wait_for_tstate_lock
|
|
if lock.acquire(block, timeout):
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
KeyboardInterrupt:
|