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)