mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
docs: add links to sections
This commit is contained in:
@@ -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
|
||||

|
||||
</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
|
||||

|
||||
</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
|
||||

|
||||
</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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user