This repository is under construction and contains untested, experimental and unfinished code. This code is not production-ready, and while it could be useful for others, should not be copied over without appropriate scrutiny.
Use at your own risk.
Python poetry template for GenAI projects.
Open the project in the devcontainer and run just setup
/just s
.
Add a .env file with your Azure OpenAI credentials to the '.devcontainer' folder. See '.env.example' for an example.
An example is provided in the justfile. Execute just example
/just e
to run it.