Skip to content

v1.0.0

Choose a tag to compare

@Mr-Cool-in-Git Mr-Cool-in-Git released this 01 Jul 20:03
· 181 commits to stage since this release

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:
    1. ReflectivePrompt – Based on evolutionary optimization methods
    2. DistillPrompt – Based on prompt distillation and Tree-of-Thoughts methods
  • One Fast Adapter-Prompt: Hype - for extending the base prompt

logo_light