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
  1. Basics

FAQ

IQ1: How do I register my prompts with Empromptu? A1: Use our API hooks (as shown in demo_prompt_manifolds.py) to register your prompt families. This involves defining your prompt text, any relevant variables, and associating them with a unique family name.

Q2: What if my app already uses OpenAI’s API? A2: No problem! Simply install the Empromptu library and add the hooks to log your prompt inputs and outputs. Empromptu works seamlessly with your existing OpenAI setup.

Q3: How do I set the Data Retention Time? A3: Once logged into the online platform, navigate to Account Settings on the sidebar and choose your preferred Data Retention Time.

Q4: Can I integrate Empromptu in my existing codebase? A4: Yes. For existing environments, simply install the Empromptu library using pip, and integrate the logging hooks into your LLM calls as demonstrated in our quickstart guide.

Q5: What if I have issues or questions during integration? A5: Check out our FAQ and Troubleshooting sections below. If you need further assistance, please contact our support team via support@empromptu.ai.

PreviousBest PracticesNextTroubleshooting

Last updated 4 months ago