Update Docker run command in README o3 mini
This commit is contained in:
parent
f148d3e338
commit
2c1be4cf47
1 changed files with 2 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ export OPENAI_API_KEY=your-key
|
||||||
|
|
||||||
docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 \
|
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_API_KEY=$OPENAI_API_KEY \
|
||||||
|
-e HINDSIGHT_API_LLM_MODEL=o3-mini \
|
||||||
-v $HOME/.hindsight-docker:/home/hindsight/.pg0 \
|
-v $HOME/.hindsight-docker:/home/hindsight/.pg0 \
|
||||||
ghcr.io/vectorize-io/hindsight:latest
|
ghcr.io/vectorize-io/hindsight:latest
|
||||||
```
|
```
|
||||||
|
|
@ -234,4 +235,4 @@ MIT — see [LICENSE](./LICENSE)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Built by [Vectorize.io](https://vectorize.io)
|
Built by [Vectorize.io](https://vectorize.io)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue