Skip to content

Releases: Yanyutin753/refresh-gpt-chat

0.7.0

08 Apr 11:48
Compare
Choose a tag to compare

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

07 Apr 16:39
c1a92f3
Compare
Choose a tag to compare

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

03 Apr 15:29
Compare
Choose a tag to compare

refresh-gpt-chat v0.4.0

Important

阅读详细文档


更新内容

  • 新增接口 /getAccountID,获取ChatGPT-Account-ID

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Apr 11:17
Compare
Choose a tag to compare

refresh-gpt-chat v0.4.0

Important

阅读详细文档


更新内容

  • 新增 oaifree 作为服务商,支持 refresh_token 自动刷新成 access_token。
  • 代码经过重构,使得结构更加清晰。

v0.3.0

31 Mar 14:20
85d4392
Compare
Choose a tag to compare

refresh-gpt-chat v0.3.0

Important

  • 新版本需要修改挺多参数的,请自行仔细观看详细文档

更新内容

  1. 新增打字机效果,优化流式输出
  2. 新增/v1/images/generations接口
  3. 新增refresh_token, request_url, ChatGPT-Account-ID 形式传入接口,用于自定义refresh_token、请求地址和ChatGPT-Account-ID。例如:Bearer asdasdasdasdwe2132ewe,https://api.oaifree.com/v1/chat/completions,ChatGPT-Account-ID
  4. 新增openai和xyhelper渠道,使得refresh_token自动刷新成access_token

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Feb 16:16
Compare
Choose a tag to compare

refresh-gpt-chat v0.2.0

Important

  • 新增openai官网渠道使得refresh_token自动刷新成access_token

v0.1.0

05 Feb 13:23
Compare
Choose a tag to compare

refresh-gpt-chat v0.1.0

Important

  • 新增转发image接口,充分调用dall-e-3
    • /v1/images/generation
    • ninja/v1/images/generation

v0.0.3

02 Feb 04:24
Compare
Choose a tag to compare

【refresh-gpt-chat v0.0.3】

  • 新增打字机效果,使得流式返回更流畅

v0.0.2

02 Feb 02:16
Compare
Choose a tag to compare

refresh-gpt-chat v0.0.2

功能特性

  1. 解决不能传入base64,识别图片的问题
  2. 新增变量ninja_chatUrl,使得能同时使用ninja的/v1/chat/completions或者自定义/v1/chat/completions,方便使用
  3. 新增接口ninja/v1/chat/completions,扩充接口
  4. 优化访问说明

v0.0.1

31 Jan 18:12
fcb9545
Compare
Choose a tag to compare

refresh-gpt-chat

功能特性

  1. 通过refresh_token自动更新access_token:方便使用
  2. 通过refresh_token作为key进行使用:更好放入one-api里面
  3. 可适用于ninja、pandoratoapi项目:反代服务,直接使用
  4. 自定义后缀:防止url被滥用
  5. 个人部署:保障隐私安全
  6. 使用手册:方便接口接入其他第三方应用