We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f28a8 commit 669f6fbCopy full SHA for 669f6fb
1 file changed
README.md
@@ -75,8 +75,9 @@ pip install llms-py
75
76
**a) Simple - Run in a Docker container:**
77
78
+Run the server on port `8000`:
79
+
80
```bash
-# Run the server on port 8000
81
docker run -p 8000:8000 -e GROQ_API_KEY=$GROQ_API_KEY ghcr.io/servicestack/llms:latest
82
```
83
0 commit comments