Skip to content

Commit 3dea0a5

Browse files
committed
Chat model updated
1 parent 41c2e04 commit 3dea0a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

RadzenBlazorDemos.Host/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions",
1111
"ApiKey": "",
1212
"ApiKeyHeader": "Authorization",
13-
"Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
13+
"Model": "@cf/meta/llama-4-scout-17b-16e-instruct",
1414
"SystemPrompt": "You are a helpful AI code assistant.",
1515
"Temperature": 0.7,
1616
"MaxTokens": 50

RadzenBlazorDemos.Host/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions",
1212
"ApiKey": "",
1313
"ApiKeyHeader": "Authorization",
14-
"Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
14+
"Model": "@cf/meta/llama-4-scout-17b-16e-instruct",
1515
"SystemPrompt": "You are a helpful AI code assistant.",
1616
"Temperature": 0.7,
1717
"MaxTokens": 2048

RadzenBlazorDemos.Server/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions",
1111
"ApiKey": "",
1212
"ApiKeyHeader": "Authorization",
13-
"Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
13+
"Model": "@cf/meta/llama-4-scout-17b-16e-instruct",
1414
"SystemPrompt": "You are a helpful AI code assistant.",
1515
"Temperature": 0.7,
1616
"MaxTokens": 2048

RadzenBlazorDemos.Server/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Endpoint": "https://api.cloudflare.com/client/v4/accounts/dac31e6601b57aa9edbead03210a6fd6/ai/v1/chat/completions",
1111
"ApiKey": "",
1212
"ApiKeyHeader": "Authorization",
13-
"Model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
13+
"Model": "@cf/meta/llama-4-scout-17b-16e-instruct",
1414
"SystemPrompt": "You are a helpful AI code assistant.",
1515
"Temperature": 0.7,
1616
"MaxTokens": 2048

0 commit comments

Comments
 (0)