Spaces:
Sleeping
Sleeping
| title: Prompt Playground v1 - Compare Models Output! | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: yellow | |
| sdk: gradio | |
| sdk_version: 5.38.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| short_description: Try LLM's in a side by side comparison with prompt levers | |
| # README.md | |
| # π§ Prompt Canvas Engine | |
| Test different prompt phrasings across two LLMs and compare outputs side-by-side. | |
| ## Features | |
| - Compare any two models supported by OpenRouter | |
| - Select or customize prompts | |
| - Tune temperature, top_p, penalties, and max_tokens | |
| - See outputs side-by-side | |
| - Rate model outputs | |
| - Share publicly | |
| ## π Run locally | |
| ```bash | |
| export OPENROUTER_API_KEY=your_key_here | |
| python app.py | |
| ``` | |
| ## π€ Deploy on Hugging Face | |
| - Create a new **Gradio Space** | |
| - Upload `app.py`, `requirements.txt`, and `README.md` | |
| - Set `OPENROUTER_API_KEY` in Space secrets |