Use this cookiecutter to get a GenAI Interface sample repo in under 10 seconds.
The demo includes 3 interfaces:
- A chatbot
- A python agent
pip install cookiecutter
cookiecutter https://github.com/rodrigo-georgian/genai-interface-cookiecutter
- Package management with Poetry
- pre-commit hooks
- Linting with flake8, black, isort
- Type Checking with mypy
- Tests with pytest, pytest-cov
- CI with Github Actions
- cookiecutter:
pip install -r requirements
make test