From 12950cac21f24ea054b03f23e62559f2dfa2bc45 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 28 Aug 2024 10:40:41 +0200 Subject: [PATCH] chore(docs): update links Signed-off-by: Ettore Di Giacinto --- README.md | 2 +- docs/content/docs/overview.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb39b075..bf58e1aa 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ > :bulb: Get help - [โ“FAQ](https://localai.io/faq/) [๐Ÿ’ญDiscussions](https://github.com/go-skynet/LocalAI/discussions) [:speech_balloon: Discord](https://discord.gg/uJAeKSAGDy) [:book: Documentation website](https://localai.io/) > -> [๐Ÿ’ป Quickstart](https://localai.io/basics/getting_started/) [๐Ÿ“ฃ News](https://localai.io/basics/news/) [ ๐Ÿ›ซ Examples ](https://github.com/go-skynet/LocalAI/tree/master/examples/) [ ๐Ÿ–ผ๏ธ Models ](https://localai.io/models/) [ ๐Ÿš€ Roadmap ](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) [ ๐Ÿฅฝ Demo ](https://demo.localai.io) [ ๐ŸŒ Explorer ](https://explorer.localai.io) +> [๐Ÿ’ป Quickstart](https://localai.io/basics/getting_started/) [๐Ÿ–ผ๏ธ Models](https://models.localai.io/) [๐Ÿš€ Roadmap](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) [๐Ÿฅฝ Demo](https://demo.localai.io) [๐ŸŒ Explorer](https://explorer.localai.io) [๐Ÿ›ซ Examples](https://github.com/go-skynet/LocalAI/tree/master/examples/) [![tests](https://github.com/go-skynet/LocalAI/actions/workflows/test.yml/badge.svg)](https://github.com/go-skynet/LocalAI/actions/workflows/test.yml)[![Build and Release](https://github.com/go-skynet/LocalAI/actions/workflows/release.yaml/badge.svg)](https://github.com/go-skynet/LocalAI/actions/workflows/release.yaml)[![build container images](https://github.com/go-skynet/LocalAI/actions/workflows/image.yml/badge.svg)](https://github.com/go-skynet/LocalAI/actions/workflows/image.yml)[![Bump dependencies](https://github.com/go-skynet/LocalAI/actions/workflows/bump_deps.yaml/badge.svg)](https://github.com/go-skynet/LocalAI/actions/workflows/bump_deps.yaml)[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/localai)](https://artifacthub.io/packages/search?repo=localai) diff --git a/docs/content/docs/overview.md b/docs/content/docs/overview.md index 8bd28db9..5bcb6178 100644 --- a/docs/content/docs/overview.md +++ b/docs/content/docs/overview.md @@ -51,9 +51,7 @@ icon = "info" > ๐Ÿ’ก Get help - [โ“FAQ](https://localai.io/faq/) [๐Ÿ’ญDiscussions](https://github.com/go-skynet/LocalAI/discussions) [๐Ÿ’ญDiscord](https://discord.gg/uJAeKSAGDy) > -> [๐Ÿ’ป Quickstart](https://localai.io/basics/getting_started/) [๐Ÿ“ฃ News](https://localai.io/basics/news/) [ ๐Ÿ›ซ Examples ](https://github.com/go-skynet/LocalAI/tree/master/examples/) [ ๐Ÿ–ผ๏ธ Models ](https://localai.io/models/) [ ๐Ÿš€ Roadmap ](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) [ ๐Ÿฅฝ Demo ](https://demo.localai.io) [ ๐ŸŒ Explorer ](https://explorer.localai.io) - - +> [๐Ÿ’ป Quickstart](https://localai.io/basics/getting_started/) [๐Ÿ–ผ๏ธ Models](https://models.localai.io/) [๐Ÿš€ Roadmap](https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) [๐Ÿฅฝ Demo](https://demo.localai.io) [๐ŸŒ Explorer](https://explorer.localai.io) [๐Ÿ›ซ Examples](https://github.com/go-skynet/LocalAI/tree/master/examples/) **LocalAI** is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacement REST API that's compatible with OpenAI API specifications for local inferencing. It allows you to run LLMs, generate images, audio (and not only) locally or on-prem with consumer grade hardware, supporting multiple model families and architectures. Does not require GPU. It is created and maintained by [Ettore Di Giacinto](https://github.com/mudler).