Grt1228 / chatgpt-java

ChatGPT Java SDK支持流式输出、Gpt插件、联网。支持OpenAI官方所有接口。ChatGPT的Java客户端。OpenAI GPT-3.5-Turb GPT-4 Api Client for Java

Home Page:https://chatgpt-java.unfbx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image中的ResponseFormat中的B64_JSON定义错了

seven-cm opened this issue · comments

public enum ResponseFormat implements Serializable {
    URL("url"),
    B64_JSON("urlb64_json"),
    ;

    private String name;
}

接口文档是:
The format in which the generated images are returned. Must be one of url or b64_json.

commented

谢谢指正,可能文档更新了。
我在看下官方文档,下版本修改。请暂时手动传入字符串

commented

已修复更新1.0.7