Empromptu Docs
  • Welcome
  • Getting Started
    • Take a Tour of Empromptu
    • How do you define Accuracy?
    • Quickstart
      • Quickstart - Archive
  • Advanced Configuration
  • No App, Use Prompt Optimizer
  • Examples
  • Basics
    • Projects and Tasks
    • Prompts Overview
      • Manual Optimization
      • Automatic Optimization
    • Input Optimization
    • Edge Case Optimizer
    • Evaluations
    • Models
    • Data Generator
    • Core Concepts
    • Usage Guide
      • Data Viewer
      • Performance Over Time
      • Prompt Explorer
      • Show Input Space
      • Prompt Performance
      • Prompt Playground
    • Best Practices
    • FAQ
    • Troubleshooting
Powered by GitBook
On this page
  • Prompt Registry
  • Manual Optimization
  • Automatic Optimization
  1. Basics

Prompts Overview

PreviousProjects and TasksNextManual Optimization

Last updated 2 months ago

Prompt Registry

The prompt registry is a running collection of all of the prompts created in Empromptu. Here you will see:

  1. If you have embedded Empromptu in your application, and we have automatically created new optimized prompts for you, you will see the new prompts here.

  2. If you have used our prompt editor to tinker with and optimize your prompts manually, they will also show up here.

Manual Optimization

  1. Manual Optimization is when you the developer can manually tinker with your prompts in our UI and use our models to generate more robust prompts. You can test your prompts to see how they work with various LLMs from Open AI to your own local model.

Automatic Optimization

  1. Automatic Optimization happens when you embed Empromptu's Library into your application. Instead of statically defining your inputs, prompts, models in your code, you call Empromptu and in real time, our models will automatically create better more accurate prompts for you in real-time. This process is low latency.

Deep Dive into Manual Optimization Here
Deep Dive into Automatic Optimization Here