From c41a0da3a20be0891020d219c5aed3666cd63cef Mon Sep 17 00:00:00 2001 From: Cohee Date: Sat, 11 Mar 2023 17:37:55 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 726760a..d3728cb 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ python server.py #### Option 2 - Vanilla 🍦 * Install Python 3.10 * Install git: https://git-scm.com/downloads +* Clone the repo: +``` +git clone https://github.com/SillyLossy/TavernAI-extras +cd TavernAI-extras +``` * Run `pip install -r requirements.txt` * Run `python server.py --enable-modules=caption` * Get the API URL. Defaults to `http://localhost:5100` if you run locally.