docs: add links to sections

This commit is contained in:
Felarof
2026-01-13 16:47:45 -08:00
parent 27f565e3fc
commit 5020a1997d

View File

@@ -23,6 +23,7 @@ BrowserOS includes a default AI model you can use right away, but it has strict
Connect to powerful AI models using your API keys. Your keys stay on your machine — requests go directly to the provider.
<AccordionGroup>
<div id="gemini" />
<Accordion title="Gemini (Free)" icon="google">
Gemini Flash is fast and free. Google gives you 20 requests per minute at no cost.
@@ -44,6 +45,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin
![Gemini config](/images/byollm--gemini-provider-config.png)
</Accordion>
<div id="claude" />
<Accordion title="Claude (Best for Agents)" icon="message-bot">
Claude Opus 4.5 gives the best results for Agent Mode.
@@ -65,6 +67,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin
![Claude config](/images/byollm--claude-provider-config.png)
</Accordion>
<div id="openai" />
<Accordion title="OpenAI" icon="brain">
GPT-4.1 is solid for both chat and agent tasks.
@@ -86,6 +89,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin
![OpenAI config](/images/byollm--openai-provider-config.png)
</Accordion>
<div id="openrouter" />
<Accordion title="OpenRouter" icon="shuffle">
Access 500+ models through one API.
@@ -118,6 +122,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin
</Note>
<AccordionGroup>
<div id="ollama" />
<Accordion title="Ollama" icon="terminal">
The easiest way to run models locally.
@@ -145,6 +150,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin
**Recommended models:** `llama3.2`, `qwen3:8b`, `mistral`
</Accordion>
<div id="lmstudio" />
<Accordion title="LM Studio" icon="desktop">
Nice GUI if you don't want to use the terminal.