From fbb1c1c524a6cbc35a375e01b819b143b0c4bb08 Mon Sep 17 00:00:00 2001 From: Abhrankan Chakrabarti Date: Tue, 30 Jul 2024 13:09:55 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b68a7..4802d30 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Llama_CPP Chatbot is a Python chatbot that uses the `llama_cpp` library for 1. Clone the repository: ```bash - git clone https://github.com/your_username/llama_cpp_chatbot.git + git clone https://github.com/Abhrankan-Chakrabarti/llama_cpp_chatbot.git cd llama_cpp_chatbot ```