NextChat-U/public/plugins.json
chenxv399 22d62e7c1f feat(app): 添加新的 TTS 模型并更新插件配置
- 在 constant.ts 中添加了新的 TTS 模型:tts-1-hd 和 tts-1
- 更新 plugins.json,使用 GitHub 代理地址获取插件 schema,提高访问速度
- 新增 npmsearch 插件配置
2025-01-12 11:17:52 +08:00

23 lines
854 B
JSON

[
{
"id": "dalle3",
"name": "Dalle3",
"schema": "https://ghproxy.cn/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json"
},
{
"id": "arxivsearch",
"name": "ArxivSearch",
"schema": "https://ghproxy.cn/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json"
},
{
"id": "duckduckgolite",
"name": "DuckDuckGoLiteSearch",
"schema": "https://ghproxy.cn/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json"
},
{
"id": "npmsearch",
"name": "NPMRegistrySearchAPI",
"schema": "https://ghproxy.cn/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/refs/heads/main/plugins/npmsearch/openapi.json"
}
]