Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 247 Bytes

File metadata and controls

18 lines (12 loc) · 247 Bytes

Promplate Demo

A simple example of what you can make with promplate.

Setup

  1. Install dependencies:

    uv sync
  2. Fill in your API keys in the .env file.

  3. Start the server:

    uvicorn src.entry:app