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.
Last updated