openai4j icon indicating copy to clipboard operation
openai4j copied to clipboard

proxyAuthenticator field is not exposed by DefaultOpenAiClient

Open Andreas54321 opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. To use the library i need to authenticate to an proxy. The used okHttp client provides a authenticator field for this.

Describe the solution you'd like Please forward the field proxyAuthenticator.

Describe alternatives you've considered Extending DefaultOpenAiClient and instaniating the http client did not work because of too much internal dependencies.

Additional context none

Andreas54321 avatar Jun 20 '24 11:06 Andreas54321