Prompt generator for Claude models
Top 32.3% on sourcepulse
This project provides a tool for generating and refining prompts specifically for Anthropic's Claude 3 language model, assisting users who are new to Claude or migrating from other models like GPT. It aims to improve prompt effectiveness through an iterative evaluation and revision process, ultimately enabling users to achieve desired outputs with Claude 3.
How It Works
The tool facilitates two primary workflows: generating a Claude 3 prompt from scratch based on Claude 3's best practices (e.g., XML tags) or translating an existing GPT prompt into a Claude 3-compatible format. It then incorporates an auto-evaluation and manual refinement loop, allowing users to compare Claude 3 outputs against original prompts, provide feedback, and iterate on prompt revisions until satisfactory results are achieved.
Quick Start & Requirements
pip install -r requirements.txt
.env.example
to .env
and fill in OPENAI_API_KEY
, OPENAI_API_URL
(optional), and REGION_NAME
(e.g., us-east-1
).src
directory and run python app.py
. Access the UI at the provided URL (e.g., http://127.0.0.1:7860
).Highlighted Details
Maintenance & Community
No specific details on contributors, sponsorships, or community channels are provided in the README.
Licensing & Compatibility
Limitations & Caveats
AWS Bedrock API access is currently limited to specific AWS regions, which may restrict usability depending on the user's location. The prompt evaluation process involves a manual "10% human-in-the-loop" component for production-ready quality.
9 months ago
Inactive