diff --git a/RadzenBlazorDemos.Host/appsettings.Development.json b/RadzenBlazorDemos.Host/appsettings.Development.json index 0f36d7f32..f49584dc3 100644 --- a/RadzenBlazorDemos.Host/appsettings.Development.json +++ b/RadzenBlazorDemos.Host/appsettings.Development.json @@ -10,7 +10,7 @@ "Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions", "ApiKey": "", "ApiKeyHeader": "Authorization", - "Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast", + "Model": "@cf/meta/llama-4-scout-17b-16e-instruct", "SystemPrompt": "You are a helpful AI code assistant.", "Temperature": 0.7, "MaxTokens": 50 diff --git a/RadzenBlazorDemos.Host/appsettings.json b/RadzenBlazorDemos.Host/appsettings.json index 8c01aa3bd..3a07891ce 100644 --- a/RadzenBlazorDemos.Host/appsettings.json +++ b/RadzenBlazorDemos.Host/appsettings.json @@ -11,7 +11,7 @@ "Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions", "ApiKey": "", "ApiKeyHeader": "Authorization", - "Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast", + "Model": "@cf/meta/llama-4-scout-17b-16e-instruct", "SystemPrompt": "You are a helpful AI code assistant.", "Temperature": 0.7, "MaxTokens": 2048 diff --git a/RadzenBlazorDemos.Server/appsettings.Development.json b/RadzenBlazorDemos.Server/appsettings.Development.json index 8e8daa2c6..4ebacb0f2 100644 --- a/RadzenBlazorDemos.Server/appsettings.Development.json +++ b/RadzenBlazorDemos.Server/appsettings.Development.json @@ -10,7 +10,7 @@ "Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions", "ApiKey": "", "ApiKeyHeader": "Authorization", - "Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast", + "Model": "@cf/meta/llama-4-scout-17b-16e-instruct", "SystemPrompt": "You are a helpful AI code assistant.", "Temperature": 0.7, "MaxTokens": 2048 diff --git a/RadzenBlazorDemos.Server/appsettings.json b/RadzenBlazorDemos.Server/appsettings.json index 20647c71e..4d48eb4d8 100644 --- a/RadzenBlazorDemos.Server/appsettings.json +++ b/RadzenBlazorDemos.Server/appsettings.json @@ -10,7 +10,7 @@ "Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions", "ApiKey": "", "ApiKeyHeader": "Authorization", - "Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast", + "Model": "@cf/meta/llama-4-scout-17b-16e-instruct", "SystemPrompt": "You are a helpful AI code assistant.", "Temperature": 0.7, "MaxTokens": 2048