How to propose changes to this repository.
Fork the repository and clone it:
gh repo clone your-name/first-llm-classiferChange into the project directory:
cd first-llm-classiferInstall the dependencies using uv:
uv syncTo start a test server the previews the site, use the following command:
make serveOnce it starts, visit localhost:8000 in your browser. Edits made in the docs/ folder will appear immediately. Commit your changes to a branch and then submit a pull request to the source repository.