Update README.md

This commit is contained in:
Cole Medin
2024-12-10 11:30:54 -06:00
parent 3ce93a4c43
commit 98392ca9d6

View File

@@ -52,7 +52,7 @@ The Streamlit version is created to provide a UI with text streaming from the LL
1. Set your OpenAI API key in the `.env` file. 1. Set your OpenAI API key in the `.env` file.
2. Start the Streamlit app: 2. Start the Streamlit app:
```bash ```bash
streamlit run web_search_agent_streamlit.py streamlit run streamlit_ui.py
``` ```
3. The Streamlit app will open in your browser. 3. The Streamlit app will open in your browser.