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

Fine-tune接口参数报错 #205

Closed lokbun closed 9 months ago

lokbun commented 11 months ago

Fine-tune的使用遇到两个问题: 1:OpenAI的fine-tune接口地址变化 接口内的地址是: Post https://api.openai.com/v1/fine-tunes 新地址是: Post https://api.openai.com/v1/fine_tuning/jobs 目前通过nginx转发,暂时可以解决地址的问题。

2:最新的fine-tune接口参数已经调整了,现在提示参数无效。

版本是1.0.15

fitz-97 commented 10 months ago

+1

Grt1228 commented 9 months ago

@fitz-97 @lokbun 升级1.1.2+版本