新增配置
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 18s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s

This commit is contained in:
孙诚
2025-12-26 18:08:40 +08:00
parent ed0fbb1930
commit 9dbdc04a82
2 changed files with 5 additions and 5 deletions

View File

@@ -19,10 +19,5 @@
} }
], ],
"Enrich": ["FromLogContext"] "Enrich": ["FromLogContext"]
},
"OpenAI": {
"Endpoint": "https://api.deepseek.com/v1",
"Key": "sk-2240d91e2ab1475881147e3810b343d3",
"Model": "deepseek-chat"
} }
} }

View File

@@ -57,5 +57,10 @@
}, },
"AuthSettings": { "AuthSettings": {
"Password": "SCsunch940622" "Password": "SCsunch940622"
},
"OpenAI": {
"Endpoint": "https://api.deepseek.com/v1",
"Key": "sk-2240d91e2ab1475881147e3810b343d3",
"Model": "deepseek-chat"
} }
} }