Files
radzen-blazor/RadzenBlazorDemos.Host/appsettings.Development.json
2026-05-20 20:45:19 +03:00

28 lines
698 B
JSON

{
"EnableStaticAssetsDevelopmentCaching": true,
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Playground": {
"S3": {
"ServiceUrl": "",
"BucketName": "radzen-playground",
"AccessKey": "",
"SecretKey": ""
}
},
"AIChatService": {
"Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions",
"ApiKey": "",
"ApiKeyHeader": "Authorization",
"Model": "@cf/meta/llama-4-scout-17b-16e-instruct",
"SystemPrompt": "You are a helpful AI code assistant.",
"Temperature": 0.7,
"MaxTokens": 50
}
}