{% extends "base.html" %}
{% block head %}
{% endblock %}
{% block title %}Home - Ingenious Prompt Tuner{% endblock %}
{% block content %}
This is the the home page of the Ingenious prompt tuning application. It is a development tool designed to help you iterate and ideate on AI agent prompts quickly and efficiently.
Revisions folder is: {{ base_folder }}.
To begin select a revision from the list below.
Revision Name | Revision Description |
---|---|
{{ revision.name }} | {{ revision.description }} |