Skip to content

Commit 9d79373

Browse files
docs: fix custom models link
1 parent 39ec572 commit 9d79373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Run the script with `python <file path>`, e.g `python test.py` to see if it work
131131

132132
### 🤖 Let AI agents control your devices
133133

134-
In order to let AI agents control your devices, you need to be able to connect to an AI model (provider). We host some models ourselves and support several other ones, e.g. Anthropic, OpenRouter, Hugging Face, etc. out of the box. If you want to use a model provider or model that is not supported, you can easily plugin your own (see [Custom Models](docs/custom-models.md)).
134+
In order to let AI agents control your devices, you need to be able to connect to an AI model (provider). We host some models ourselves and support several other ones, e.g. Anthropic, OpenRouter, Hugging Face, etc. out of the box. If you want to use a model provider or model that is not supported, you can easily plugin your own (see [Custom Models](docs/using-models.md#using-custom-models)).
135135

136136
For this example, we will us AskUI as the model provider to easily get started.
137137

@@ -240,7 +240,7 @@ Aside from our [official documentation](https://docs.askui.com), we also have so
240240
- **[MCP](docs/mcp.md)** - How to use MCP servers to extend the capabilities of an agent
241241
- **[Observability](docs/observability.md)** - Logging and reporting
242242
- **[Telemetry](docs/telemetry.md)** - Which data we gather and how to disable it
243-
- **[Using Models](docs/using-models.md)** - How to use different models including how to register your own custom models
243+
- **[Using Models](docs/using-models.md#using-custom-models)** - How to use different models including how to register your own custom models
244244

245245
## 🤝 Contributing
246246

0 commit comments

Comments
 (0)