chatgpt-java icon indicating copy to clipboard operation
chatgpt-java copied to clipboard

ChatGPT Java SDK。支持 GPT3.5、 GPT4 API。开箱即用。

Results 105 chatgpt-java issues
Sort by recently updated
recently updated
newest added

余额能不能返回一个对象,总额度、已使用额度、剩余额度 ![image](https://github.com/PlexPt/chatgpt-java/assets/57515771/32bf4626-11ec-4a89-94ae-acda46301b71)

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.17.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.15.2&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.47 to 2.0.50. Release notes Sourced from com.alibaba:fastjson's releases. fastjson 2.0.50发布 这又是一个例行月度更新的BUG FIX版本,大家按需升级。这个版本继续优化了JIT生成的代码,性能有提升,并且支持配置全局配置在JIT时去掉不必要功能的代码生成,提升性能。 注意已知问题 当parseObject制定Filter时会导致OOM(会尽快发布2.0.51版本修复,或者先回退到2.0.49版本) Issues 支持全局配置JIT参数提升性能 https://github.com/alibaba/fastjson2/wiki/jit_optimization 修复JDK8 ARM服务器下序列化boolean类型偶发结果不对的问题 #2210 #2502 修复org.bson.types.Decimal128转double报错的问题 #2558 内置android proguard rules,减少用户手动添加规则...

dependencies

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.17.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.15.2&new-version=2.17.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Message message = Message.of("![img](https://img.xxx.com.cn/admin/2024/7-31/20240731_160022519.png)分析下这个图片"); 图片分析如何操作,这样不可以啊

图片询问好像不支持 response = client.chat.completions.create( model="gpt-4o", messages=[ { "role": "user", "content": [ {"type": "text", "text": "What's in this image?"}, { "type": "image_url", "image_url": { "url": "....", "detail": "low" }, }, ],...

Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.1.1 to 3.7.1. Release notes Sourced from org.apache.maven.plugins:maven-dependency-plugin's releases. 3.7.1 🐛 Bug Fixes [MDEP-943] - Fix appendOutput option (#414) @​slawekjaranowski 📦 Dependency updates [MDEP-944] - Bump org.apache.maven.shared:maven-common-artifact-filters...

dependencies