From 94b1d099732e427310c56e4b9ae966f5109644ea Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Wed, 22 Nov 2023 23:41:16 -0500 Subject: [PATCH] (docs) Fix missing `-r` in pip command --- cookbook/proxy-server/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/proxy-server/readme.md b/cookbook/proxy-server/readme.md index bb9e00804..df74355d4 100644 --- a/cookbook/proxy-server/readme.md +++ b/cookbook/proxy-server/readme.md @@ -138,7 +138,7 @@ All responses from the server are returned in the following format (for all LLM ``` 2. Install the required dependencies using pip ``` - pip install requirements.txt + pip install -r requirements.txt ``` 3. Set your LLM API keys ```