Grt1228 / chatgpt-java

ChatGPT Java SDK支持流式输出、Gpt插件、联网。支持OpenAI官方所有接口。ChatGPT的Java客户端。OpenAI GPT-3.5-Turb GPT-4 Api Client for Java
https://chatgpt-java.unfbx.com
Apache License 2.0
3.3k stars 810 forks source link

openai whisper api 参数有问题 #212

Open usw-js opened 10 months ago

usw-js commented 10 months ago
@JsonProperty("response_format")
@Builder.Default
private String responseFormat = ResponseFormat.JSON.getName();

传过去的时候还是驼峰的 WhisperResponse 不支持 srt格式

Grt1228 commented 10 months ago

这两天会开发支持新版