Skip to content

Commit

Permalink
Add reference to LocalAI to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djcopley committed Jan 24, 2024
1 parent b9f17b1 commit f82546a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f82546a

Please sign in to comment.