Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.44.0
To run the app in local
Clone the repo, switch to
dev
branchCreate a conda environment using the following command:
conda create -p env python==3.10 -y
Activate the environment
conda activate /Users/sachinmishra/Desktop/Pizza-gpt/env
Install all the required package using the following command:
pip install -r requirements.txt
Rename the
.env.dist
file to.env
and provide the OPENAI_API_KEY properly.Run the app -
streamlit run main.py
To test only llm part, run the
langchain_helper.py
file usingpython langchain_helper.py