Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hummerichsander authored Sep 25, 2024
1 parent dfea5ac commit 4e5891e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Instead of running a LLM model to generate completions, it simply returns a resp
- "lorem_ipsum": returns random "lorem ipsum" text

## Run via docker:
```bash # replace ... with the latest version
```bash
docker pull ghcr.io/hummerichsander/llm_api_server_mock:latest
docker run -p 8000:8000 ghcr.io/hummerichsander/llm_api_server_mock:latest
```

Environment variables:
Expand Down

0 comments on commit 4e5891e

Please sign in to comment.