This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
I want to use this openai client in a production environment, so the ThreadPoolExecutor which okHttpClient use should be customized for monitoring and tracing reason. The way to modify ThreadPoolExecutor of okHttpClient is to customize its dispatcher.
Describe the solution you'd like
Add a dispatcher field in OpenAiClient.Builder to allow user to customize it.