ai-for-java / openai4j

Java client library for OpenAI API
Apache License 2.0
85 stars 34 forks source link

[FEATURE] Support customize dispatcher of okHttpClient in DefaultOpenAiClient #37 #38

Open jsonwan opened 2 months ago

jsonwan commented 2 months ago
  1. Support customize dispatcher of okHttpClient in DefaultOpenAiClient.
  2. Use custom dispatcher and validate by thread id in ChatCompletionStreamingTest.