Prompt Fuse is an open-source tool for managing, testing, and automatically versioning LLM prompts. With Prompt Fuse developers can easily organize prompts, track versions, and experiment with individual prompt tests, all through a streamlined interface.
- AWS-based LLM integration and management
- Prompt version tracking
- Prompt testing interface
- Text
- Image
- Python
- FastAPI
- PostgreSQL
- React
- TypeScript
- HTML
- CSS
- Install Docker
- Run the following command:
docker-compose up --build
Frontend:
cd frontend
npm install
npm run start
Backend:
cd backend
pip install -r requirements.txt
uvicorn app.main:app --reload
Database:
cd backend
psql -d prompt_fuse -f init_db.sql
update database.py with your postgres credentials
- User Authentication & Authorization
- Additional LLM Provider Integration
- Function Calling Support
- Prompt Comparison Tools
- Comprehensive Documentation
- Testing Framework Implementation
- Enhanced Logging System
- Web Based Interface
- Performance Optimizations
- Scalability Improvements
- UI/UX Enhancements
- Advanced Prompt Management Features
- Interactive Dashboard Improvements