Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Apr 4, 2024
1 parent 32d4f44 commit f61b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The simplest way to run Codel is to use a pre-built Docker image. You can find t

```bash
docker run \
-e OPEN_AI_KEY=your_open_ai_key \ # Use any of the supported language models
-e OPEN_AI_KEY=your_open_ai_key \ # Replace OPEN_AI_KEY with any other supported model
-p 3000:8080 \
-v /var/run/docker.sock:/var/run/docker.sock \
ghcr.io/semanser/codel:latest
Expand Down

0 comments on commit f61b91b

Please # to comment.