diff --git a/Readme.md b/Readme.md index 905fad8..8a7d6c9 100644 --- a/Readme.md +++ b/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= - CUSTOM_MODELS=+gpt-4-s,+gpt-4-classic -``` \ No newline at end of file +``` + +## 功能演示 + +### 联网 + +![api-1](https://github.com/Ink-Osier/PandoraToV1Api/assets/133617214/e9a71acf-4804-4280-a774-82e9c0f009a4) + +### 代码解释器 + +![api-2](https://github.com/Ink-Osier/PandoraToV1Api/assets/133617214/37c0381f-a70a-42bb-83f1-1491053240b7) + +### 绘图 + +![api-3](https://github.com/Ink-Osier/PandoraToV1Api/assets/133617214/58d140fb-56b2-445c-946d-2d5c5c6a2ec0)