mirror of
https://github.com/mudler/LocalAI.git
synced 2025-03-24 04:55:26 +00:00
docs: re-use original permalinks (#1610)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
e6c3e483a1
commit
ee42c9bfe6
@ -4,6 +4,7 @@ disableToc = false
|
||||
title = "FAQ"
|
||||
weight = 24
|
||||
icon = "quiz"
|
||||
url = "/faq/"
|
||||
+++
|
||||
|
||||
## Frequently asked questions
|
||||
|
@ -2,6 +2,7 @@
|
||||
disableToc = false
|
||||
title = "⚡ GPU acceleration"
|
||||
weight = 9
|
||||
url = "/features/gpu-acceleration/"
|
||||
+++
|
||||
|
||||
{{% alert context="warning" %}}
|
||||
|
@ -4,4 +4,5 @@ disableToc = false
|
||||
title = "Features"
|
||||
weight = 8
|
||||
icon = "feature_search"
|
||||
url = "/features/"
|
||||
+++
|
||||
|
@ -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.
|
||||
|
@ -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).
|
||||
|
@ -3,6 +3,7 @@
|
||||
disableToc = false
|
||||
title = "🧠 Embeddings"
|
||||
weight = 13
|
||||
url = "/features/embeddings/"
|
||||
+++
|
||||
|
||||
LocalAI supports generating embeddings for text or list of tokens.
|
||||
|
@ -3,6 +3,7 @@
|
||||
disableToc = false
|
||||
title = "🆕 GPT Vision"
|
||||
weight = 14
|
||||
url = "/features/gpt-vision/"
|
||||
+++
|
||||
|
||||
{{% alert note %}}
|
||||
|
@ -3,6 +3,7 @@
|
||||
disableToc = false
|
||||
title = "🎨 Image generation"
|
||||
weight = 12
|
||||
url = "/features/image-generation/"
|
||||
+++
|
||||
|
||||

|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user