We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c67b4 commit d62babeCopy full SHA for d62babe
README.md
@@ -18,6 +18,16 @@ optillm
18
2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto
19
```
20
21
+### Using docker
22
+
23
+```bash
24
+docker pull ghcr.io/codelion/optillm:latest
25
+docker run -p 8000:8000 ghcr.io/codelion/optillm:latest
26
+2024-10-22 07:45:05,612 - INFO - Loaded plugin: privacy
27
+2024-10-22 07:45:06,293 - INFO - Loaded plugin: memory
28
+2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto
29
+```
30
31
### Install from source
32
33
Clone the repository with `git` and use `pip install` to setup the dependencies.
0 commit comments