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.
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.