Skip to content

umkl/prompt-calendar-transformer

Repository files navigation

Purpose

Visualize LLM Prompt-Responses using a designated JSON Calendar Format.

Usage

This frontend reads from the cloud worker at round-darkness-ba56.smoov.tools which returns a Stream in newline delimited json. Set up your own service worker using your Model of preference and make sure it responds with chunks in the following format:

type Event = {
  id: string;
  title: string;
  start: Date;
  end: Date;
};

About

Interface for visualizing event-based LLM responses using a dedicated prompt format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published