mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-10-15 07:31:35 +00:00
[Readme] 增加示例展示
This commit is contained in:
18
Readme.md
18
Readme.md
@@ -12,7 +12,7 @@
|
||||
|
||||
1. gpt-4-classic:纯文字生成的 GPT-4,未加入任何插件,对应的是官方的 GPT-4-Classic
|
||||
|
||||
2. gpt-4-s:支持代码解释器、bing联网、dalle绘图的 GPT-4,对应的是官方的默认 GPT-4
|
||||
2. gpt-4-s:支持代码解释器、bing联网、dalle绘图的 GPT-4,对应的是官方的默认 GPT-4(绘图的响应有时候有些不稳定)
|
||||
|
||||
# Docker-Compose 部署
|
||||
|
||||
@@ -38,4 +38,18 @@ services:
|
||||
- BASE_URL=<backend-to-api容器地址>
|
||||
- CUSTOM_MODELS=+gpt-4-s,+gpt-4-classic
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## 功能演示
|
||||
|
||||
### 联网
|
||||
|
||||

|
||||
|
||||
### 代码解释器
|
||||
|
||||

|
||||
|
||||
### 绘图
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user