Files
radzen-blazor/RadzenBlazorDemos.Host/appsettings.Development.json
Atanas Korchev e2a46157b9 Playground (#2400)
* Playground page.

* Persist the changes.

* Add copy button.

* Style Playground

* Update Playground button in CodeViewer

* Add AntiForgery support.

* Update Save alert

* Extract common code.

* Loading tweaks.

---------

Co-authored-by: yordanov <vasil@yordanov.info>
2025-12-19 17:36:32 +02:00

27 lines
650 B
JSON

{
"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
}
}