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 ```