This is a project for LLM Web Agent
- Feature 1
- Feature 2
- Feature 3
Provide step-by-step instructions on how to install the project.
- Clone the repository:
git clone https://github.com/yourusername/project-name.git cd project-name - create conda environment
conda create --name webagent python=3.9 conda activate webagent
- install necessary package
pip install -r requirements.txt