Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Aug 14, 2024
1 parent 2745a48 commit cc10472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/self-hosting/ingredient_parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ To use OpenAi you need to set the following environment variables:

### Ollama

To use OpenAi you need to set the following environment variables:
Ollama is a locally hosted LLM. You can also run this on a remote host (e.g. your desktop), and when the host is not reachable it will fall back to the NLP method.
To use Ollama you need to set the following environment variables:

- `LLM_MODEL`: The model name prefixed with `ollama` (e.g. `ollama/llama3.1`)
- `OPENAI_API_KEY`: Your OpenAI API key
Expand Down

0 comments on commit cc10472

Please sign in to comment.