Skip to content

Latest commit

History

History
19 lines (10 loc) 路 632 Bytes

README.md

File metadata and controls

19 lines (10 loc) 路 632 Bytes

馃毀 WARNING

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.

Emoji suggestor

Python poetry template for GenAI projects.

Setup

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.

Using the CLI

An example is provided in the justfile. Execute just example/just e to run it.