From 4df11ef0649acb10950b111d54034fc69f4224aa Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 21 Aug 2025 11:47:40 +0800 Subject: [PATCH] chore: update for shengsuanyun --- README.md | 1 + README_EN.md | 1 + README_JP.md | 1 + README_TW.md | 1 + pkg/provider/modelmgr/requesters/shengsuanyun.py | 2 +- pkg/provider/modelmgr/requesters/shengsuanyun.yaml | 2 +- 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ecf462..f4f895f6 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ docker compose up -d | [优云智算](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot) | ✅ | 大模型和 GPU 资源平台 | | [PPIO](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot) | ✅ | 大模型和 GPU 资源平台 | | [302.AI](https://share.302.ai/SuTG99) | ✅ | 大模型聚合平台 | +| [胜算云](https://www.shengsuanyun.com/login?code=7DS2QLH5) | ✅ | 大模型和 GPU 资源平台 | | [Google Gemini](https://aistudio.google.com/prompts/new_chat) | ✅ | | | [Dify](https://dify.ai) | ✅ | LLMOps 平台 | | [Ollama](https://ollama.com/) | ✅ | 本地大模型运行平台 | diff --git a/README_EN.md b/README_EN.md index 671a84c6..fb4f85b0 100644 --- a/README_EN.md +++ b/README_EN.md @@ -104,6 +104,7 @@ Or visit the demo environment: https://demo.langbot.dev/ | [Dify](https://dify.ai) | ✅ | LLMOps platform | | [PPIO](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot) | ✅ | LLM and GPU resource platform | | [302.AI](https://share.302.ai/SuTG99) | ✅ | LLM gateway(MaaS) | +| [ModelSpot.AI](https://modelspot.ai/) | ✅ | LLM gateway(MaaS) | | [Google Gemini](https://aistudio.google.com/prompts/new_chat) | ✅ | | | [Ollama](https://ollama.com/) | ✅ | Local LLM running platform | | [LMStudio](https://lmstudio.ai/) | ✅ | Local LLM running platform | diff --git a/README_JP.md b/README_JP.md index 08829685..49cdb0db 100644 --- a/README_JP.md +++ b/README_JP.md @@ -103,6 +103,7 @@ LangBotはBTPanelにリストされています。BTPanelをインストール | [CompShare](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot) | ✅ | 大模型とGPUリソースプラットフォーム | | [PPIO](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot) | ✅ | 大模型とGPUリソースプラットフォーム | | [302.AI](https://share.302.ai/SuTG99) | ✅ | LLMゲートウェイ(MaaS) | +| [ModelSpot.AI](https://modelspot.ai/) | ✅ | LLMゲートウェイ(MaaS) | | [Google Gemini](https://aistudio.google.com/prompts/new_chat) | ✅ | | | [Dify](https://dify.ai) | ✅ | LLMOpsプラットフォーム | | [Ollama](https://ollama.com/) | ✅ | ローカルLLM実行プラットフォーム | diff --git a/README_TW.md b/README_TW.md index 87376e58..4f9969cd 100644 --- a/README_TW.md +++ b/README_TW.md @@ -105,6 +105,7 @@ docker compose up -d | [優雲智算](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot) | ✅ | 大模型和 GPU 資源平台 | | [PPIO](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot) | ✅ | 大模型和 GPU 資源平台 | | [302.AI](https://share.302.ai/SuTG99) | ✅ | 大模型聚合平台 | +| [胜算云](https://www.shengsuanyun.com/login?code=7DS2QLH5) | ✅ | 大模型和 GPU 資源平台 | | [Google Gemini](https://aistudio.google.com/prompts/new_chat) | ✅ | | | [Dify](https://dify.ai) | ✅ | LLMOps 平台 | | [Ollama](https://ollama.com/) | ✅ | 本地大模型運行平台 | diff --git a/pkg/provider/modelmgr/requesters/shengsuanyun.py b/pkg/provider/modelmgr/requesters/shengsuanyun.py index 9146621d..122eaf7d 100644 --- a/pkg/provider/modelmgr/requesters/shengsuanyun.py +++ b/pkg/provider/modelmgr/requesters/shengsuanyun.py @@ -8,7 +8,7 @@ import openai.types.chat.chat_completion as chat_completion class ShengSuanYunChatCompletions(chatcmpl.OpenAIChatCompletions): - """胜算云 ChatCompletion API 请求器""" + """胜算云(ModelSpot.AI) ChatCompletion API 请求器""" client: openai.AsyncClient diff --git a/pkg/provider/modelmgr/requesters/shengsuanyun.yaml b/pkg/provider/modelmgr/requesters/shengsuanyun.yaml index 6668b677..de532d92 100644 --- a/pkg/provider/modelmgr/requesters/shengsuanyun.yaml +++ b/pkg/provider/modelmgr/requesters/shengsuanyun.yaml @@ -3,7 +3,7 @@ kind: LLMAPIRequester metadata: name: shengsuanyun-chat-completions label: - en_US: ShengSuanYun + en_US: modelspot.ai zh_Hans: 胜算云 icon: shengsuanyun.svg spec: