This commit is contained in:
Clivia
2024-09-13 19:19:43 +08:00
2 changed files with 5 additions and 3 deletions

View File

@@ -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] 支持 非流式输出

View File

@@ -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"