v1.0.0
First Release!
We added the main assistant interface - PromptTuner, which includes:
- Task Selection: Configuring the choice of task type: classification or generation (default)
- Metric Selection: Choosing 1 out of 3 metrics for each task type to evaluate the prompt
- Evaluation Stage: Implemented a partial prompt evaluation feature by allowing the user to submit a dataset
- LLM Customization: Selecting a custom model initialized via Langchain. By default, the built-in model configuration is called
- Two Auto-Prompting Algorithms:
- ReflectivePrompt – Based on evolutionary optimization methods
- DistillPrompt – Based on prompt distillation and Tree-of-Thoughts methods
- One Fast Adapter-Prompt: Hype - for extending the base prompt
