Releases: Yanyutin753/refresh-gpt-chat
Releases · Yanyutin753/refresh-gpt-chat
0.7.0
refresh-gpt-chat v0.7.0
Important
阅读详细文档
更新内容
- 新增变量
/v1/images/edits
,用于控制图片编辑调用模型 - 删除之前的通过oaifree chat接口逆向image接口的变量
image_mobel
- 重构代码,逻辑更加清晰,结构更加合理
Full Changelog: v0.6.0...v0.7.0
v0.6.0
refresh-gpt-chat v0.6.0
Important
阅读详细文档
更新内容
- 新增
oaifree
作为服务商,支持refresh_token
自动刷新成access_token
- 新增接口
/getAccountID
,获取ChatGPT-Account-ID
- 新增画图
dall-e-3
接口/v1/images/generations
- 新增文字转语音接口
/v1/audio/speech
- 新增语言转文字接口
/v1/audio/transcriptions
- 新增变量
image_mobel
(gpt-4或gpt-4-mobile),用于控制画图接口调用模型 - 重构代码,逻辑更加清晰,结构更加合理
Full Changelog: v0.6.0...v0.6.0
v0.5.0
refresh-gpt-chat v0.4.0
Important
阅读详细文档
更新内容
- 新增接口 /getAccountID,获取ChatGPT-Account-ID
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
refresh-gpt-chat v0.3.0
Important
- 新版本需要修改挺多参数的,请自行仔细观看详细文档
更新内容
- 新增打字机效果,优化流式输出
- 新增/v1/images/generations接口
- 新增
refresh_token
,request_url
,ChatGPT-Account-ID
形式传入接口,用于自定义refresh_token
、请求地址和ChatGPT-Account-ID
。例如:Bearer asdasdasdasdwe2132ewe,https://api.oaifree.com/v1/chat/completions,ChatGPT-Account-ID
- 新增openai和xyhelper渠道,使得
refresh_token
自动刷新成access_token
Full Changelog: v0.2.0...v0.3.0
v0.2.0
refresh-gpt-chat v0.2.0
Important
- 新增openai官网渠道使得refresh_token自动刷新成access_token
v0.1.0
refresh-gpt-chat v0.1.0
Important
- 新增转发image接口,充分调用dall-e-3
- /v1/images/generation
- ninja/v1/images/generation
v0.0.3
【refresh-gpt-chat v0.0.3】
- 新增打字机效果,使得流式返回更流畅
v0.0.2
refresh-gpt-chat v0.0.2
功能特性
- 解决不能传入base64,识别图片的问题
- 新增变量ninja_chatUrl,使得能同时使用ninja的/v1/chat/completions或者自定义/v1/chat/completions,方便使用
- 新增接口ninja/v1/chat/completions,扩充接口
- 优化访问说明
v0.0.1
refresh-gpt-chat
功能特性
- 通过refresh_token自动更新access_token:方便使用
- 通过refresh_token作为key进行使用:更好放入one-api里面
- 可适用于ninja、pandoratoapi项目:反代服务,直接使用
- 自定义后缀:防止url被滥用
- 个人部署:保障隐私安全
- 使用手册:方便接口接入其他第三方应用