diff --git a/app/constant.ts b/app/constant.ts index cb49cf9ce..29a6f6ae3 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -350,6 +350,8 @@ const openaiModels = [ "dall-e-3", "o1-mini", "o1-preview", + "tts-1-hd", + "tts-1", ]; export const realtimeModels = [ diff --git a/public/plugins.json b/public/plugins.json index 5fc46c60b..2da1e5694 100644 --- a/public/plugins.json +++ b/public/plugins.json @@ -2,16 +2,21 @@ { "id": "dalle3", "name": "Dalle3", - "schema": "https://raw.githubusercontents.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json" + "schema": "https://ghproxy.cn/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json" }, { "id": "arxivsearch", "name": "ArxivSearch", - "schema": "https://raw.githubusercontents.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json" + "schema": "https://ghproxy.cn/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json" }, { "id": "duckduckgolite", "name": "DuckDuckGoLiteSearch", - "schema": "https://raw.githubusercontents.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json" + "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" } ]