mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-12-10 01:03:03 +08:00
Merge branch 'main' of https://github.com/Yanyutin753/RefreshToV1Api
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
3. 支持直接把refresh_token作为请求key,方便接入one_api
|
||||
|
||||
4. 支持 gpt-4o 、gpt-4-s 、基本所有的GPTS
|
||||
4. 支持 gpt-4o 、gpt-4-s 、o1模型、基本所有的GPTS
|
||||
|
||||
* **oaiFree 的 backend-api 接口,无需打码**
|
||||
|
||||
@@ -37,6 +37,8 @@
|
||||
|
||||
- [x] 支持 代码解释器、联网、绘图
|
||||
|
||||
- [x] 支持 o1-mini 和 o1-preview
|
||||
|
||||
- [x] 支持 gpt-4-s
|
||||
|
||||
- [x] 支持 gpt-4o 和 gpt-4o-mini
|
||||
@@ -44,7 +46,7 @@
|
||||
- [x] 支持 gpt-3.5-turbo
|
||||
|
||||
- [x] 支持 gpts
|
||||
|
||||
|
||||
- [x] 支持 流式输出
|
||||
|
||||
- [x] 支持 非流式输出
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
backend-to-api:
|
||||
image: yangclivia/pandora-to-api:0.7.9
|
||||
image: yangclivia/pandora-to-api:0.8.0
|
||||
restart: always
|
||||
ports:
|
||||
- "50011:33333"
|
||||
|
||||
Reference in New Issue
Block a user