Navigate to the Project Directory:
Change to the directory where the setup.sh, main.py, requirements.txt, and README.md files are located. For example:
cd Examples/Chat_with_CodeMake the setup.sh Script Executable (if necessary): On Linux or macOS, you might need to make the setup.sh script executable:
chmod +x setup.shExecute the setup.sh script to set up the environment and install dependencies:
./setup.shNow, fill in the .env file with your secrets.
source ~/.venvs/chat_with_code/bin/activate
streamlit run main.py