Merge pull request #131 from mratsim/patch-1

Fix docker instructions
This commit is contained in:
David Zhang
2025-04-11 18:37:24 -07:00
committed by GitHub

View File

@@ -112,7 +112,7 @@ To use local LLM, comment out `OPENAI_KEY` and instead uncomment `OPENAI_ENDPOIN
1. Clone the repository
2. Rename `.env.example` to `.env.local` and set your API keys
3. Run `npm install`
3. Run `docker build -f Dockerfile`
4. Run the Docker image: