forked from GithubProxy/ChatGPT-Next-Web
- 在 constant.ts 中添加了新的 TTS 模型:tts-1-hd 和 tts-1 - 更新 plugins.json,使用 GitHub 代理地址获取插件 schema,提高访问速度 - 新增 npmsearch 插件配置
23 lines
854 B
JSON
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"
|
|
}
|
|
]
|