PlexPt / chatgpt-java

ChatGPT Java SDK。支持 GPT-4o、 GPT4 API。开箱即用。An unofficial Java SDK for seamless integration with ChatGPT's GPT-3.5 and GPT-4 APIs. Ready-to-use, simple setup, and efficient for building AI-powered applications.
https://chat.plexpt.com/
GNU General Public License v3.0
3.6k stars 706 forks source link

feat: 支持针对okhttpclient进行自定义 #341

Open imyuyu opened 2 weeks ago

imyuyu commented 2 weeks ago

okhttp有比较多的可配置项,但是原始代码没有开放关于okhttp的定制,所以增加一个接口用于在创建okhttpclient之前进行定制化。

PlexPt commented 2 weeks ago

会在查看后合并