first commot
This commit is contained in:
28
WebApi/appsettings.Development.json
Normal file
28
WebApi/appsettings.Development.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Debug",
|
||||
"Override": {
|
||||
"Microsoft": "Information",
|
||||
"Microsoft.EntityFrameworkCore": "Information"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "Console"
|
||||
}
|
||||
],
|
||||
"Enrich": ["FromLogContext"]
|
||||
},
|
||||
"OpenAI": {
|
||||
"Endpoint": "https://api.deepseek.com/v1",
|
||||
"Key": "sk-2240d91e2ab1475881147e3810b343d3",
|
||||
"Model": "deepseek-chat"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user