From 967e586e01984f4196b1cb260e3be573727611d3 Mon Sep 17 00:00:00 2001 From: Chris Latimer Date: Wed, 24 Dec 2025 10:46:53 -0700 Subject: [PATCH] Add model providers on README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index daa0351d..05aefd3f 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 \ ghcr.io/vectorize-io/hindsight:latest ``` +You can modify the LLM provider by setting `HINDSIGHT_API_LLM_PROVIDER`. Valid options are `gemini`, `groq`, `ollama`, and `openai`. The documentation provides more details on [supported models](https://hindsight.vectorize.io/developer/models). + API: http://localhost:8888 UI: http://localhost:9999