Skip to content

Commit 6bcb5bf

Browse files
committed
fixes
1 parent a14fcfa commit 6bcb5bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function HomePage() {
3636
</div>
3737
<div className="flex items-center gap-2">
3838
<Zap className="w-4 h-4 text-blue-500" />
39-
<span>23 Providers</span>
39+
<span>24 Providers</span>
4040
</div>
4141
<div className="flex items-center gap-2">
4242
<Puzzle className="w-4 h-4 text-purple-500" />
@@ -105,7 +105,7 @@ export default function HomePage() {
105105
<CardHeader>
106106
<CardTitle className="flex items-center gap-2 text-slate-900 dark:text-slate-100">
107107
<Sparkles className="w-5 h-5 text-yellow-500" />
108-
530+ Models from 23 Providers
108+
530+ Models from 24 Providers
109109
</CardTitle>
110110
</CardHeader>
111111
<CardContent>

content/docs/extensions/built-in.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ export LLMS_DISABLE="xmas,duckduckgo"
6666
### Other Built-in Extensions
6767

6868
- [core_tools](https://github.com/ServiceStack/llms/tree/main/llms/extensions/core_tools) - [Essential tools](/docs/features/core-tools) for file operations, memory persistence, math calculation & safe code execution
69-
- [katex](https://github.com/ServiceStack/llms/tree/main/llms/extensions/katex) 0 Enables rendering of [LaTeX math expressions](/docs/features/katex) in chat responses using KaTeX
70-
- [system_prompts](https://github.com/ServiceStack/llms/tree/main/llms/extensions/system_prompts): Configures a library of over [200+ curated system prompts](/docs/features/system-prompts) accessible from the UI
71-
- [tools](https://github.com/ServiceStack/llms/tree/main/llms/extensions/tools): Provides [Tools UI](/docs/extensions/tools) and Exposes registered tool definitions via an API endpoint
69+
- [katex](https://github.com/ServiceStack/llms/tree/main/llms/extensions/katex) - Enables rendering of [LaTeX math expressions](/docs/features/katex) in chat responses using KaTeX
70+
- [system_prompts](https://github.com/ServiceStack/llms/tree/main/llms/extensions/system_prompts) - Configures a library of over [200+ curated system prompts](/docs/features/system-prompts) accessible from the UI
71+
- [tools](https://github.com/ServiceStack/llms/tree/main/llms/extensions/tools) - Provides [Tools UI](/docs/extensions/tools) and Exposes registered tool definitions via an API endpoint

content/docs/features/web-ui.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Quickly find past conversations with built-in search:
4949

5050
## Model Selector UI
5151

52-
With over 530 models from 23 providers now available, discovering and selecting the right model required a complete overhaul.
52+
With over 530 models from 24 providers now available, discovering and selecting the right model required a complete overhaul.
5353
The Model Selector has been completely redesigned as a full-featured dialog offering:
5454

5555
- **🔍 Smart Search & Discovery** - Instantly search across model names, IDs, and providers

0 commit comments

Comments
 (0)