From f82546a30c89569c1f06115246550837ba423660 Mon Sep 17 00:00:00 2001 From: Daniel Copley Date: Wed, 24 Jan 2024 17:28:37 -0500 Subject: [PATCH] Add reference to LocalAI to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34c5267..4c9d00f 100644 --- a/README.md +++ b/README.md @@ -132,12 +132,12 @@ The `[shelloracle]` section in the configuration file lets you define global set provider = "Ollama" ``` -Set the `provider` key to specify the Language Model (LLM) backend, with options currently including "Ollama" and -"OpenAI." +Set the `provider` key to specify the Language Model (LLM) backend, with options currently including "Ollama", +"LocalAI", and "OpenAI." ### Provider Settings -Provider-specific configurations are handled through tags such as `[provider.Ollama]` or `[provider.OpenAI]`. Here's an +Provider-specific configurations are handled through the `[provider.*]` keys. Here's an example for the Ollama provider: ```toml