From 39c46bdb7bff5f1c20d94a79bab2e0fa3dfd3cf5 Mon Sep 17 00:00:00 2001 From: mixel Date: Tue, 7 Jan 2025 16:58:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac6ce88..d520934 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ There is a `docker-compose` in this repo. ## Setup In the directory of the project execute: `python -m venv ./venv` \ -Then execute in the same directory: `./venv/bin/pip install torch transformers gradio` +Then execute in the same directory: `./venv/bin/pip install torch transformers gradio openai`