Refresh Gpt Chat Versions Save

refresh-gpt-chat 中转oaifree或者ninja或者PandoraToV1Api的/v1/*接口,把refresh_token当key使用,内含hashmap,自动更新access_token,完美继承pandoraNext留下的refresh_token,支持基本所有的模型,小白也能快速使用!

v0.7.0

1 month ago

refresh-gpt-chat v0.7.0

[!important] 阅读详细文档

更新内容

  • 新增变量/v1/images/edits,用于控制图片编辑调用模型
  • 删除之前的通过oaifree chat接口逆向image接口的变量image_mobel
  • 重构代码,逻辑更加清晰,结构更加合理

Full Changelog: https://github.com/Yanyutin753/refresh-gpt-chat/compare/v0.6.0...v0.7.0

v0.6.0

1 month ago

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: https://github.com/Yanyutin753/refresh-gpt-chat/compare/v0.6.0...v0.6.0

v0.5.0

1 month ago

refresh-gpt-chat v0.4.0

[!important] 阅读详细文档


更新内容

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

Full Changelog: https://github.com/Yanyutin753/refresh-gpt-chat/compare/v0.4.0...v0.5.0

v0.4.0

1 month ago

refresh-gpt-chat v0.4.0

[!important] 阅读详细文档


更新内容

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

v0.3.0

1 month ago

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: https://github.com/Yanyutin753/refresh-gpt-chat/compare/v0.2.0...v0.3.0

v0.2.0

3 months ago

refresh-gpt-chat v0.2.0

[!important]

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

v0.1.1

3 months ago

refresh-gpt-chat v0.1.0

[!important]

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

v0.0.3

3 months ago

【refresh-gpt-chat v0.0.3】

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

v0.0.2

3 months ago

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

3 months ago

refresh-gpt-chat

功能特性

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