docs: re-use original permalinks (#1610)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-01-19 19:23:58 +01:00 committed by GitHub
parent e6c3e483a1
commit ee42c9bfe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,7 @@ disableToc = false
title = "FAQ"
weight = 24
icon = "quiz"
url = "/faq/"
+++
## Frequently asked questions

View File

@ -2,6 +2,7 @@
disableToc = false
title = "⚡ GPU acceleration"
weight = 9
url = "/features/gpu-acceleration/"
+++
{{% alert context="warning" %}}

View File

@ -4,4 +4,5 @@ disableToc = false
title = "Features"
weight = 8
icon = "feature_search"
url = "/features/"
+++

View File

@ -2,6 +2,7 @@
disableToc = false
title = "🔈 Audio to text"
weight = 16
url = "/features/audio-to-text/"
+++
Audio to text models are models that can generate text from an audio file.

View File

@ -3,6 +3,7 @@
disableToc = false
title = "✍️ Constrained grammars"
weight = 15
url = "/features/constrained_grammars/"
+++
The chat endpoint accepts an additional `grammar` parameter which takes a [BNF defined grammar](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form).

View File

@ -3,6 +3,7 @@
disableToc = false
title = "🧠 Embeddings"
weight = 13
url = "/features/embeddings/"
+++
LocalAI supports generating embeddings for text or list of tokens.

View File

@ -3,6 +3,7 @@
disableToc = false
title = "🆕 GPT Vision"
weight = 14
url = "/features/gpt-vision/"
+++
{{% alert note %}}

View File

@ -3,6 +3,7 @@
disableToc = false
title = "🎨 Image generation"
weight = 12
url = "/features/image-generation/"
+++
![anime_girl](https://github.com/go-skynet/LocalAI/assets/2420543/8aaca62a-e864-4011-98ae-dcc708103928)

View File

@ -3,6 +3,7 @@
disableToc = false
title = "🔥 OpenAI functions"
weight = 17
url = "/features/openai-functions/"
+++
LocalAI supports running OpenAI functions with `llama.cpp` compatible models.

View File

@ -3,6 +3,7 @@
disableToc = false
title = "📖 Text generation (GPT)"
weight = 10
url = "/features/text-generation/"
+++
LocalAI supports generating text with GPT with `llama.cpp` and other backends (such as `rwkv.cpp` as ) see also the [Model compatibility]({{%relref "docs/reference/compatibility-table" %}}) for an up-to-date list of the supported model families.

View File

@ -3,6 +3,7 @@
disableToc = false
title = "🗣 Text to audio (TTS)"
weight = 11
url = "/features/text-to-audio/"
+++
The `/tts` endpoint can be used to generate speech from text.

View File

@ -3,6 +3,7 @@
disableToc = false
title = "Model compatibility table"
weight = 24
url = "/model-compatibility/"
+++
Besides llama based models, LocalAI is compatible also with other architectures. The table below lists all the compatible models families and the associated binding repository.