chore: updated llama3 README
This commit is contained in:
parent
e4eff754fc
commit
f349d3c365
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue