From f349d3c365109892a399c55983343b9826f37aca Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Sun, 2 Jun 2024 11:31:50 -0500 Subject: [PATCH] chore: updated llama3 README --- llama3_local_rag/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/llama3_local_rag/README.md b/llama3_local_rag/README.md index e220149..2fead61 100644 --- a/llama3_local_rag/README.md +++ b/llama3_local_rag/README.md @@ -19,11 +19,7 @@ git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git ```bash pip install -r requirements.txt ``` -3. Get your OpenAI API Key - -- Sign up for an [OpenAI account](https://platform.openai.com/) (or the LLM provider of your choice) and obtain your API key. - -4. Run the Streamlit App +3. Run the Streamlit App ```bash streamlit run llama3_local_rag.py ```