feat: 增加EmbeddingResponse的object字段并完善AiGateWayManager的Usage统计,更新CORS配置

This commit is contained in:
ccnetcore
2025-08-11 20:24:48 +08:00
parent d9971541f2
commit 4ec4023f40
3 changed files with 5 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
//应用启动
"App": {
"SelfUrl": "http://*:19001",
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app"
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app;https://web.chatboxai.app"
},
//配置
"Settings": {