Skip to content

Commit c85a8e1

Browse files
committed
Add v8.10 Release Notes
1 parent 9eb4fec commit c85a8e1

24 files changed

+626
-3
lines changed

MyApp/_pages/ai-chat-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,20 @@ services.AddPlugin(new ChatFeature {
235235
// Specify which providers you want to enable
236236
EnableProviders =
237237
[
238-
"openrouter_free",
239238
"groq",
240239
"google_free",
241240
"codestral",
241+
"openrouter_free",
242242
"ollama",
243-
"openrouter",
244243
"google",
245244
"anthropic",
246245
"openai",
247246
"grok",
248247
"qwen",
249248
"z.ai",
250249
"mistral",
250+
"openrouter",
251+
"servicestack",
251252
],
252253

253254
// Use custom llms.json configuration

MyApp/_pages/releases/v8_10.md

Lines changed: 440 additions & 0 deletions
Large diffs are not rendered by default.

MyApp/_pages/sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"children": [
2626
{
2727
"text": "Latest Release Notes",
28-
"link": "/releases/v8_09"
28+
"link": "/releases/v8_10"
2929
},
3030
{
3131
"text": "Release Notes History",
96 KB
Loading
113 KB
Loading
116 KB
Loading
21.4 KB
Loading
25.4 KB
Loading
32.7 KB
Loading
34.7 KB
Loading

0 commit comments

Comments
 (0)