File size: 888 Bytes
7def60a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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