Removed dead links in docs

This commit is contained in:
Dillon DuPont
2025-08-14 11:50:39 -04:00
parent a11eeca2cb
commit 1a33825e40
3 changed files with 0 additions and 7 deletions
@@ -33,7 +33,3 @@ Use the `ollama_chat/` prefix to run models using the `ollama` library. This all
```python
model = "omniparser+ollama_chat/llama3.2:latest"
```
---
For details on all supported providers, see [Supported Agents](./supported-agents).
@@ -243,4 +243,3 @@ Access system accessibility information:
```
</Tab>
</Tabs>
```
-2
View File
@@ -328,6 +328,4 @@ You can ask your agent to perform actions like:
For advanced Python usage and GUI interface, see the [Quickstart (GUI)](/quickstart-ui) and [Quickstart for Developers](/quickstart-devs).
For a complete list of supported models, see [Supported Agents](/agent-sdk/supported-agents).
For running models locally, see [Running Models Locally](/agent-sdk/local-models).