From f190884ca7ea0c9e5c3e691c9e1b30ff1e53a80a Mon Sep 17 00:00:00 2001 From: fruitbars Date: Sun, 14 Jul 2024 07:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0claude.ai=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E8=AF=B4=E6=98=8E=EF=BC=8C=E4=BB=A5=E5=8F=8A=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E9=85=8D=E7=BD=AE=E5=9C=B0=E5=9D=80=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dea980b..f0454b0 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ - **groq**: [docs/groq接入指南.md](docs/groq接入指南.md) - **Gemini**:[docs/Gemini接入指南.md](docs/Gemini接入指南.md) +### 接入使用 + +社群小伙伴反馈验证可用的客户端 + +- [Next Chat](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) +- [Lobe chat](https://github.com/lobehub/lobe-chat) +- [gpt_academic](https://github.com/binary-husky/gpt_academic) +- [Chat x](https://apps.apple.com/us/app/chatx-ai-chat-client-top/id6446304087) + ## 功能 @@ -50,6 +59,7 @@ - [x] [讯飞星火大模型](https://xinghuo.xfyun.cn/sparkapi) - [x] [腾讯混元大模型](https://cloud.tencent.com/product/hunyuan) - [x] [Google Gemini](https://ai.google.dev/gemini-api/docs/models/gemini) +- [x] [Claude.ai](https://docs.anthropic.com/en/api/messages) - [x] OpenAI ChatGPT 系列模型 - [x] [OpenAI](https://platform.openai.com/docs/guides/gpt/chat-completions-api) - [x] [Deep-Seek](https://platform.deepseek.com/api-docs/zh-cn/) @@ -220,7 +230,15 @@ docker logs -f } ``` -其他模型的配置文件示例可以参考 +其他模型的配置文件示例可以参考:[https://github.com/fruitbars/simple-one-api/tree/main/samples](https://github.com/fruitbars/simple-one-api/tree/main/samples) + + + +**配置文件在线生成** + +感谢来自社群小伙伴提供在线生成配置 + +[https://simple-one-api-ui.vercel.app/](https://simple-one-api-ui.vercel.app/) ## 配置文件说明 @@ -421,4 +439,4 @@ docker logs -f ## 贡献 -我们欢迎任何形式的贡献。如果你有任何建议或发现了问题,请通过提交 issue 或 pull request 的方式与我们联系。œ \ No newline at end of file +我们欢迎任何形式的贡献。如果你有任何建议或发现了问题,请通过提交 issue 或 pull request 的方式与我们联系。 \ No newline at end of file