From 06dfb0241478cc77c50a25219049c0350878f659 Mon Sep 17 00:00:00 2001 From: Waleed Ajmal <127334056+Majboor@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:46:12 +0500 Subject: [PATCH] Update README.md changed cd nonopenai to Nopenai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 827ce24..7ac189c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Want to build LLM Apps...but without OpenAI dependencies? Well have I got the co - Ubuntu: https://gpt4all.io/installers/gpt4all-installer-linux.run 4. Download the required LLM models and take note of the PATH they're installed to 5. Clone this repo `git clone https://github.com/nicknochnack/Nopenai` -6. Go into the directory `cd NonOpenAI` +6. Go into the directory `cd Nopenai` 7. Install the required dependencies `pip install -r requirements.txt` 8. Update the path of the models in line 9 of `app.py` and line 5 of `app-chain.py` 9. Start the python agent app by running `streamlit run app.py` or the chain app by running `streamlit run app-chain.py`