From 5d782453a40f6570fb0eaa872f59058f339aa7dd Mon Sep 17 00:00:00 2001 From: anna Date: Fri, 18 Apr 2025 15:22:19 +0200 Subject: [PATCH] add pip install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9c3334..30207e0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ You will have to be on VPN or in the office to use odin. 1. Check `odin.capgemini.com/portainer/` (the trailinig / is important!) if your model is running. Otherwise, start the container 2. Once the container is running, you can access the models with the Openai library. For the time being, you will have to use the http: link. +3. Make sure you have openai installed (`(uv) pip install openai`) ### Usage Example