15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"AzureOpenAISettings": {
|
|
"Endpoint": "https://public-api.devexpress.com/demo-openai",
|
|
"Key": "DEMO",
|
|
"DeploymentName": "gpt-4.1"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|