From 819e813a14414363aaa45fb8e174d1a30b40d5c1 Mon Sep 17 00:00:00 2001 From: Yijia-Xiao Date: Mon, 11 May 2026 09:07:38 +0000 Subject: [PATCH] docs(readme): Ollama line covers endpoint, pull, custom model The Required APIs section now mentions the default endpoint, OLLAMA_BASE_URL for remote ollama-serve, ollama pull, and the Custom model ID dropdown option, replacing the previous one-liner that left those details implicit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a74c4f471..e1d70e30d 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ export ALPHA_VANTAGE_API_KEY=... # Alpha Vantage For enterprise providers (e.g. Azure OpenAI, AWS Bedrock), copy `.env.enterprise.example` to `.env.enterprise` and fill in your credentials. -For local models, configure Ollama with `llm_provider: "ollama"` in your config. +For local models, configure Ollama with `llm_provider: "ollama"`. The default endpoint is `http://localhost:11434/v1`; set `OLLAMA_BASE_URL` to point at a remote `ollama-serve`. Pull models with `ollama pull `, and pick "Custom model ID" in the CLI for any model not listed by default. Alternatively, copy `.env.example` to `.env` and fill in your keys: ```bash