From f03bbf3188ff05287bf005f40f588e5ce56dc613 Mon Sep 17 00:00:00 2001 From: rmmonster Date: Thu, 21 Nov 2024 09:47:11 +0100 Subject: [PATCH] fix: #4215 404 in documentation due to migrated configuration examples (#4216) update link to examples which have moved to their own repository Signed-off-by: Philipp Seelig Co-authored-by: Philipp Seelig Co-authored-by: Dave --- docs/content/docs/advanced/run-other-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/advanced/run-other-models.md b/docs/content/docs/advanced/run-other-models.md index cfea4631..f9bdc22d 100644 --- a/docs/content/docs/advanced/run-other-models.md +++ b/docs/content/docs/advanced/run-other-models.md @@ -18,7 +18,7 @@ There are different categories of models: [LLMs]({{%relref "docs/features/text-g {{% alert icon="💡" %}} -To customize the models, see [Model customization]({{%relref "docs/getting-started/customize-model" %}}). For more model configurations, visit the [Examples Section](https://github.com/mudler/LocalAI/tree/master/examples/configurations) and the configurations for the models below is available [here](https://github.com/mudler/LocalAI/tree/master/embedded/models). +To customize the models, see [Model customization]({{%relref "docs/getting-started/customize-model" %}}). For more model configurations, visit the [Examples Section](https://github.com/mudler/LocalAI-examples/tree/main/configurations) and the configurations for the models below is available [here](https://github.com/mudler/LocalAI/tree/master/embedded/models). {{% /alert %}} {{< tabs tabTotal="3" >}}