py -m venv venv
venv\Scripts\activate
python -m pip install --upgrade pip
python --version
pip install streamlit
pip install openai
streamlit run app.py
Create a file called secrets.toml
under .streamlit
folder and add the following lines
openai_api_key = "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
calude_api_key = "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
py -m pip install -r requirements.txt
pip3 freeze >requirements.txt