Fix references to local models page

This commit is contained in:
James Murdza
2025-10-20 14:15:46 -07:00
parent 6d2ec2b1de
commit 5446caf6c1
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ These models support complete computer-use agent functionality through `Computer
All agent loops are compatible with any LLM provider supported by LiteLLM.
See [Running Models Locally](../local-models) for how to use Hugging Face and MLX models on your own machine.
See [Running Models Locally](/agent-sdk/supported-model-providers/local-models) for how to use Hugging Face and MLX models on your own machine.
## Gemini CUA
+1 -1
View File
@@ -340,4 +340,4 @@ You can ask your agent to perform actions like:
---
For running models locally, see [Running Models Locally](/agent-sdk/local-models).
For running models locally, see [Running Models Locally](/agent-sdk/supported-model-providers/local-models).