From 8f37caef6d289d59147a851cb092d89f15c8faac Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 28 Aug 2023 21:05:48 -0700 Subject: [PATCH] Update README.MD --- cookbook/codellama-server/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/codellama-server/README.MD b/cookbook/codellama-server/README.MD index e410426ca1..b158bb083f 100644 --- a/cookbook/codellama-server/README.MD +++ b/cookbook/codellama-server/README.MD @@ -113,7 +113,7 @@ All responses from the server are returned in the following format (for all LLM 1. Clone liteLLM repository to your local machine: ``` - git clone https://github.com/BerriAI/litellm-CodeGen-proxy + git clone https://github.com/BerriAI/litellm-CodeLlama-server ``` 2. Install the required dependencies using pip ```