mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
6ca4d38a01
* docs: re-order sections * fix references * Add mixtral-instruct, tinyllama-chat, dolphin-2.5-mixtral-8x7b * Fix link * Minor corrections * fix: models is a StringSlice, not a String Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * WIP: switch docs theme * content * Fix GH link * enhancements * enhancements * Fixed how to link Signed-off-by: lunamidori5 <118759930+lunamidori5@users.noreply.github.com> * fixups * logo fix * more fixups * final touches --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Signed-off-by: lunamidori5 <118759930+lunamidori5@users.noreply.github.com> Co-authored-by: lunamidori5 <118759930+lunamidori5@users.noreply.github.com>
51 lines
888 B
YAML
51 lines
888 B
YAML
# Note: Template blocks require a 'weight' parameter so they're correctly ordered on the landing page
|
|
|
|
# Hero
|
|
hero:
|
|
enable: false
|
|
weight: 10
|
|
template: hero
|
|
|
|
# Feature Grid
|
|
featureGrid:
|
|
enable: false
|
|
weight: 20
|
|
template: feature grid
|
|
|
|
imageText:
|
|
enable: true
|
|
weight: 25
|
|
template: image text
|
|
|
|
title: LocalAI
|
|
subtitle: The Free, Open Source OpenAI Alternative
|
|
|
|
list:
|
|
- text: Optimized, fast inference
|
|
icon: speed
|
|
|
|
- text: Comprensive support for many models architectures
|
|
icon: area_chart
|
|
|
|
- text: Easy to deploy with Docker
|
|
icon: accessibility
|
|
|
|
image:
|
|
path: "images/logos"
|
|
filename: "logo.png"
|
|
alt: "LocalAI logo" # Optional but recommended
|
|
|
|
imgOrder:
|
|
desktop: 2
|
|
mobile: 1
|
|
|
|
ctaButton:
|
|
text: Learn more
|
|
url: "/docs/"
|
|
|
|
# Image compare
|
|
imageCompare:
|
|
enable: false
|
|
weight: 30
|
|
template: image compare
|