From 60cdb6a1a34c0837aedcabc7056e63f478e4c00a Mon Sep 17 00:00:00 2001
From: dloman118 <99347459+dloman118@users.noreply.github.com>
Date: Thu, 6 Jun 2024 15:44:03 -0400
Subject: [PATCH] remove dead link

---
 .../llamachat-conversational-chatbot-with-llamaIndex/README.md  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes/llama_api_providers/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md b/recipes/llama_api_providers/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md
index f5d5c560..dd7b9067 100644
--- a/recipes/llama_api_providers/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md
+++ b/recipes/llama_api_providers/groq-example-templates/llamachat-conversational-chatbot-with-llamaIndex/README.md
@@ -15,5 +15,3 @@ A simple application that allows users to interact with a conversational chatbot
 ##Usage
 
 You will need to store a valid Groq API Key as a secret to proceed with this example. You can generate one for free [here](https://console.groq.com/keys).
-
-You can [fork and run this application on Replit](https://replit.com/@GroqCloud/LlamaChat-Conversational-Chatbot-with-LlamaIndex) or run it on the command line with `python main.py`.
-- 
GitLab