diff --git a/README.md b/README.md index 5e2256461..561238d32 100644 --- a/README.md +++ b/README.md @@ -23,19 +23,20 @@ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Hk-Gosuto/ChatGPT-Next-Web-LangChain) +![cover](./docs/images/gpt-vision-example.jpg) + ![plugin-example](./docs/images/plugin-example.png) ![wiki-plugin](./docs/images/wiki-plugin-example.png) ![dall-e-plugin](./docs/images/dalle-plugin-example.png) -![cover](./docs/images/cover.png) - ## 主要功能 - 除插件工具外,与原项目保持一致 [ChatGPT-Next-Web 主要功能](https://github.com/Yidadaa/ChatGPT-Next-Web#主要功能) +- 支持 GPT-4V(视觉) 模型 - 基于 [LangChain](https://github.com/hwchase17/langchainjs) 实现的插件功能,目前支持以下插件,未来会添加更多 - 搜索 - [SerpAPI](https://js.langchain.com/docs/api/tools/classes/SerpAPI) diff --git a/docs/images/gpt-vision-example.jpg b/docs/images/gpt-vision-example.jpg new file mode 100644 index 000000000..aff3f6bef Binary files /dev/null and b/docs/images/gpt-vision-example.jpg differ