mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-27 22:15:00 +00:00
docs: Initial import from localai-website (#1312)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
763f94ca80
commit
c5c77d2b0d
66 changed files with 6111 additions and 0 deletions
23
docs/content/howtos/_index.md
Normal file
23
docs/content/howtos/_index.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
+++
|
||||
disableToc = false
|
||||
title = "How-tos"
|
||||
weight = 9
|
||||
+++
|
||||
|
||||
## How-tos
|
||||
|
||||
This section includes LocalAI end-to-end examples, tutorial and how-tos curated by the community and maintained by [lunamidori5](https://github.com/lunamidori5).
|
||||
|
||||
- [Setup LocalAI with Docker on CPU]({{%relref "howtos/easy-setup-docker-cpu" %}})
|
||||
- [Setup LocalAI with Docker With CUDA]({{%relref "howtos/easy-setup-docker-gpu" %}})
|
||||
- [Seting up a Model]({{%relref "howtos/easy-model-import-downloaded" %}})
|
||||
- [Making requests via Autogen]({{%relref "howtos/easy-request-autogen" %}})
|
||||
- [Making requests via OpenAi API V0]({{%relref "howtos/easy-request-openai-v0" %}})
|
||||
- [Making requests via OpenAi API V1]({{%relref "howtos/easy-request-openai-v1" %}})
|
||||
- [Making requests via Curl]({{%relref "howtos/easy-request-curl" %}})
|
||||
|
||||
## Programs and Demos
|
||||
|
||||
This section includes other programs and how to setup, install, and use of LocalAI.
|
||||
- [Python LocalAI Demo]({{%relref "howtos/easy-setup-full" %}}) - [lunamidori5](https://github.com/lunamidori5)
|
||||
- [Autogen]({{%relref "howtos/autogen-setup" %}}) - [lunamidori5](https://github.com/lunamidori5)
|
Loading…
Add table
Add a link
Reference in a new issue