From acff64a845ea4221e4ca30c48059bd66f490dce7 Mon Sep 17 00:00:00 2001 From: Tom Bursch Date: Fri, 9 Aug 2024 14:43:09 +0200 Subject: [PATCH] Update docs --- docs/docs/self-hosting/ingredient_parsing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/self-hosting/ingredient_parsing.md b/docs/docs/self-hosting/ingredient_parsing.md index 9ccf90c5..c0b38d04 100644 --- a/docs/docs/self-hosting/ingredient_parsing.md +++ b/docs/docs/self-hosting/ingredient_parsing.md @@ -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