feat: 添加支持多个短信服务商支持 添加短信宝服务商支持,同时添加配置示例

This commit is contained in:
whale_fall
2024-01-22 16:38:44 +08:00
parent 09fb2f6557
commit 9c73e16560
11 changed files with 193 additions and 21 deletions

View File

@@ -176,8 +176,8 @@ const platforms = ref([
api_url: "https://chat-bot-api.openai.azure.com/openai/deployments/{model}/chat/completions?api-version=2023-05-15"
},
{
name: "【阿里】千义通问",
value: "Qwen",
name: "【阿里】通义千问",
value: "Ali",
api_url: "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation"
},
])