Captainspa/grounded-code
0
grounded-code
Using up-to-date web documentation as context for highest quality code generation
Getting started:
- Clone the repository
- Navigate to the repository folder
- Create a virtual environment (I'm using Python3.11.7)
- Enter the virtual environment and install the dependencies
- Run test.py to see if the environment is set up correctly
git clone https://github.com/TanGentleman/grounded-code
cd grounded-code
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt --upgradeAfterwards, add the following environment variables to a .env file in the root directory. You can use .example-env as a template.
