From b290d63926d58b24bf0edddec338c4846a8bcd16 Mon Sep 17 00:00:00 2001 From: blakkd Date: Mon, 24 Jun 2024 06:10:30 +0200 Subject: [PATCH] Correct LocalAI URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff81bd047..4e7039280 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ You can easily configure 100s of AI models in big-AGI: | **AI models** | _supported vendors_ | |:--------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Opensource Servers | [LocalAI](https://localai.com) (multimodal) · [Ollama](https://ollama.com/) · [Oobabooga](https://github.com/oobabooga/text-generation-webui) | +| Opensource Servers | [LocalAI](https://localai.io/) (multimodal) · [Ollama](https://ollama.com/) · [Oobabooga](https://github.com/oobabooga/text-generation-webui) | | Local Servers | [LM Studio](https://lmstudio.ai/) | | Multimodal services | [Azure](https://azure.microsoft.com/en-us/products/ai-services/openai-service) · [Google Gemini](https://ai.google.dev/) · [OpenAI](https://platform.openai.com/docs/overview) | | Language services | [Anthropic](https://anthropic.com) · [Groq](https://wow.groq.com/) · [Mistral](https://mistral.ai/) · [OpenRouter](https://openrouter.ai/) · [Perplexity](https://www.perplexity.ai/) · [Together AI](https://www.together.ai/) |