Views
No views yet

conda create --name chat python=3.8.17
conda activate chatpip install -r requirements.txt - Copy the `env.example` file and rename the copy to `.env`.
- Open the `.env` file and replace `your_api_key_here` with your actual OpenAI API key.streamlit run app.py