You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the normal Windows 10 installing instructions and completed the setup successfully.
(I am using Python 3.11.9)
After reopening it again I am stuck at this exception:
Server started on http://localhost:3000
API keys are set, starting server and backend...
Server is already running on port 3000
Python Error: C:\Miles-env\M.I.L.E.S\Miles-V2\main.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
from cgi import print_directory
Python Output: Tool list JSON has been saved to C:\Miles-env\M.I.L.E.S\Miles-V2\plugin_tool_list.json
Python Error: Traceback (most recent call last):
File "C:\Miles-env\M.I.L.E.S\Miles-V2\main.py", line 645, in
Python Error: client = OpenAI(api_key=api_key)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Miles-env\Lib\site-packages\openai_client.py", line 112, in init
Python Error: super().init(
File "C:\Miles-env\Lib\site-packages\openai_base_client.py", line 806, in init
Python Error: self._client = http_client or SyncHttpxClientWrapper(
^^^^^
Python Error: ^^^^^^^^^^^^^^^^^^
TypeError: Client.init() got an unexpected keyword argument 'proxies'
Python script exited with code: 1
Could it be, that OpenAI has changed its syntax or keyword arguments? Unfortunately, I couldn't figure it out from the code alone.
I gladly answer your questions, if you have some :)
Best regards!
Dhracyr
The text was updated successfully, but these errors were encountered:
I followed the normal Windows 10 installing instructions and completed the setup successfully.
(I am using Python 3.11.9)
After reopening it again I am stuck at this exception:
Could it be, that OpenAI has changed its syntax or keyword arguments? Unfortunately, I couldn't figure it out from the code alone.
I gladly answer your questions, if you have some :)
Best regards!
Dhracyr
The text was updated successfully, but these errors were encountered: