From d3612ebd1b9185522fec2712d37faac903d9e62a Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Fri, 1 Nov 2024 19:41:53 +0200 Subject: [PATCH] docs: link to supported models schemas --- doc/iapi.md | 5 +++++ doc/intro.md | 2 +- doc/supported-models.md | 0 3 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 doc/supported-models.md diff --git a/doc/iapi.md b/doc/iapi.md index 2db8f341..6896772b 100644 --- a/doc/iapi.md +++ b/doc/iapi.md @@ -104,3 +104,8 @@ As an example, here's how the whisper.cpp schema looked like at some point durin } } ``` + +## Supported Models + +The supported models and their schemas can be found [here](https://docs-alpaca-core-iota.vercel.app/docs/getting-started/models) + diff --git a/doc/intro.md b/doc/intro.md index 799f358d..5f5bb384 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -4,7 +4,7 @@ The Alpaca Core Local SDK, or *AC Local* for short, is a multi-platform SDK for "Local" in this context means running on the device which executes the code. This could be a server, a desktop, or a mobile device. -AC Local provides a unified API for doing inference with [multiple models](supported-models.md). +AC Local provides a unified API for doing inference with [multiple models](https://docs-alpaca-core-iota.vercel.app/docs/getting-started/models). ## API Elements diff --git a/doc/supported-models.md b/doc/supported-models.md deleted file mode 100644 index e69de29b..00000000