Files
radzen-blazor/RadzenBlazorDemos.Server/appsettings.json
Vladimir Enchev 3dea0a5f67 Chat model updated
2025-09-15 11:28:13 +03:00

18 lines
522 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"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": 2048
}
}