From 2c1be4cf4797978230070ee38ef755a32dc524ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 11 Dec 2025 14:53:52 +0100 Subject: [PATCH] Update Docker run command in README o3 mini --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3812db73..bc68c445 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ export OPENAI_API_KEY=your-key docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 \ -e HINDSIGHT_API_LLM_API_KEY=$OPENAI_API_KEY \ + -e HINDSIGHT_API_LLM_MODEL=o3-mini \ -v $HOME/.hindsight-docker:/home/hindsight/.pg0 \ ghcr.io/vectorize-io/hindsight:latest ``` @@ -234,4 +235,4 @@ MIT — see [LICENSE](./LICENSE) --- -Built by [Vectorize.io](https://vectorize.io) \ No newline at end of file +Built by [Vectorize.io](https://vectorize.io)