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
While initialising portkey client getting a error related to open client
Portkey Python Client verion - 1.9.6
Version
0.1.xx (Default)
Relevant log output
File "/deps/nebula/nebula/ba_agent/agent.py", line 25, in<module>
portkey_client = PortkeyClient(os.getenv("PORTKEY_API_KEY"), "pc-anthro-6165b6")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/deps/nebula/nebula/ba_agent/utils/portkey_client.py", line 23, in __init__
self.portkey = Portkey(api_key=api_key, config=config_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/portkey_ai/api_resources/client.py", line 121, in __init__
self.openai_client = OpenAI(
^^^^^^^
File "/usr/local/lib/python3.11/site-packages/portkey_ai/_vendor/openai/_client.py", line 123, in __init__
super().__init__(
File "/usr/local/lib/python3.11/site-packages/portkey_ai/_vendor/openai/_base_client.py", line 843, in __init__
self._client = http_client or SyncHttpxClientWrapper(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/portkey_ai/_vendor/openai/_base_client.py", line 741, in __init__
super().__init__(**kwargs)
TypeError: Client.__init__() got an unexpected keyword argument 'proxies'
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
No response
What happened?
A bug happened!
While initialising portkey client getting a error related to open client
Portkey Python Client verion - 1.9.6
Version
0.1.xx (Default)
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: