From f1ed1fcb5c6439632b4873124c3d6a50e66fdf56 Mon Sep 17 00:00:00 2001 From: "J.K." Date: Sat, 12 Apr 2025 05:21:16 +0900 Subject: [PATCH] Add explanation about Ollama environment variables (#17) Co-authored-by: Ed Zynda --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1151eb15..4a184351 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ ollama pull mistral ollama serve ``` +You can also configure the Ollama client using standard environment variables, such as `OLLAMA HOST` for the Ollama base URL. + 3. Google API Key (for Gemini): ```bash export GOOGLE_API_KEY='your-api-key'