refactor(config): update proxy api endpoints and enhance api keys loading

This commit is contained in:
zihanjian
2025-11-19 19:46:14 +08:00
parent b0632a5bb4
commit cfe0f4d406
2 changed files with 26 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
{
"apis": {
"alibaba": "",
"anthropic": "https://api.nuwaapi.com/v1",
"anthropic": "",
"deepseek": "",
"doubao": "",
"google": "https://api.nuwaapi.com/v1",
"openai": "https://api.nuwaapi.com/v1"
"google": "",
"openai": ""
},
"enabled": true
}