
Simplify Prompt Engineering
Leverage prompt templates with placeholders to make complex prompts easy.
Streamline Your Interactions with GenAI Models
Prompt engineering is neither fast nor easy. Moreover, different models and their fine-tunes might require different prompt formats and tricks, or perhaps the information you work with requires special models to be used. PromptingTools.jl is meant to unify the prompts for different backends and make the common tasks (like templated prompts) as simple as possible.
Add PromptingTools, set OpenAI API key and generate your first answer:
using Pkg
Pkg.add("PromptingTools")
# Requires OPENAI_API_KEY environment variable!
ai"What is the meaning of life?"
For more information, see the Getting Started section.
Ready to simplify your GenerativeAI tasks? Dive into PromptingTools.jl now and unlock your productivity.