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
In recent updates to the client, a new class, ``HttpxOCIAuth``, has been introduced.
140
-
This class allows signing of HTTPX requests using OCI signers, making the HTTPX client compatible
141
-
with the LLM models deployed on the OCI Model Deployment service. With this integration, you can use
142
-
HTTPX-based clients with any compatible third-party libraries (e.g., the OpenAi client).
139
+
The latest client release now includes streamlined support for OCI authentication with HTTPX. Our helper functions for creating synchronous and asynchronous HTTPX clients automatically configure authentication based on your default settings. Additionally, you can pass extra keyword arguments to further customize the HTTPX client (e.g., timeouts, proxies, etc.), making it fully compatible with OCI Model Deployment service and third-party libraries (e.g., the OpenAI client).
0 commit comments