From 51325bde69c73fed05fbd36ca8225c59a678cb3b Mon Sep 17 00:00:00 2001 From: Ian Griffin Date: Mon, 28 Oct 2024 14:32:37 +0800 Subject: [PATCH] README fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6020c7d..2e63544 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ RAGger ====== ```ragger.py``` is a command line tool to RAG over multiple pieces of text, PDFs and websites using langchain and OpenAI. -The main repository is on ![git.telosama.xyz](https://git.telosama.xyz/iang/ragger), where issues and contributions are accepted +The main repository is on [git.telosama.xyz](https://git.telosama.xyz/iang/ragger), where issues and contributions are accepted ## Prerequisites Since this codebase uses OpenAI models, a OpenAI API key is needed.