mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-20 05:07:54 +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"
|
title = "FAQ"
|
||||||
weight = 24
|
weight = 24
|
||||||
icon = "quiz"
|
icon = "quiz"
|
||||||
|
url = "/faq/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Frequently asked questions
|
## Frequently asked questions
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "⚡ GPU acceleration"
|
title = "⚡ GPU acceleration"
|
||||||
weight = 9
|
weight = 9
|
||||||
|
url = "/features/gpu-acceleration/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
{{% alert context="warning" %}}
|
{{% alert context="warning" %}}
|
||||||
|
@ -4,4 +4,5 @@ disableToc = false
|
|||||||
title = "Features"
|
title = "Features"
|
||||||
weight = 8
|
weight = 8
|
||||||
icon = "feature_search"
|
icon = "feature_search"
|
||||||
|
url = "/features/"
|
||||||
+++
|
+++
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "🔈 Audio to text"
|
title = "🔈 Audio to text"
|
||||||
weight = 16
|
weight = 16
|
||||||
|
url = "/features/audio-to-text/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Audio to text models are models that can generate text from an audio file.
|
Audio to text models are models that can generate text from an audio file.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "✍️ Constrained grammars"
|
title = "✍️ Constrained grammars"
|
||||||
weight = 15
|
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).
|
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
|
disableToc = false
|
||||||
title = "🧠 Embeddings"
|
title = "🧠 Embeddings"
|
||||||
weight = 13
|
weight = 13
|
||||||
|
url = "/features/embeddings/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
LocalAI supports generating embeddings for text or list of tokens.
|
LocalAI supports generating embeddings for text or list of tokens.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "🆕 GPT Vision"
|
title = "🆕 GPT Vision"
|
||||||
weight = 14
|
weight = 14
|
||||||
|
url = "/features/gpt-vision/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
{{% alert note %}}
|
{{% alert note %}}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "🎨 Image generation"
|
title = "🎨 Image generation"
|
||||||
weight = 12
|
weight = 12
|
||||||
|
url = "/features/image-generation/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
![anime_girl](https://github.com/go-skynet/LocalAI/assets/2420543/8aaca62a-e864-4011-98ae-dcc708103928)
|
![anime_girl](https://github.com/go-skynet/LocalAI/assets/2420543/8aaca62a-e864-4011-98ae-dcc708103928)
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "🔥 OpenAI functions"
|
title = "🔥 OpenAI functions"
|
||||||
weight = 17
|
weight = 17
|
||||||
|
url = "/features/openai-functions/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
LocalAI supports running OpenAI functions with `llama.cpp` compatible models.
|
LocalAI supports running OpenAI functions with `llama.cpp` compatible models.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "📖 Text generation (GPT)"
|
title = "📖 Text generation (GPT)"
|
||||||
weight = 10
|
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.
|
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
|
disableToc = false
|
||||||
title = "🗣 Text to audio (TTS)"
|
title = "🗣 Text to audio (TTS)"
|
||||||
weight = 11
|
weight = 11
|
||||||
|
url = "/features/text-to-audio/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
The `/tts` endpoint can be used to generate speech from text.
|
The `/tts` endpoint can be used to generate speech from text.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
disableToc = false
|
disableToc = false
|
||||||
title = "Model compatibility table"
|
title = "Model compatibility table"
|
||||||
weight = 24
|
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.
|
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…
Reference in New Issue
Block a user