Skip to content

emi-8/prompt-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Prompt Playground v2

An interactive Streamlit app for exploring LLM behavior through prompt testing and parameter tuning.

Features

  • Choose between "Reliable" and "Creative" modes with auto-adjusted temperature
  • Select GPT model (gpt-3.5-turbo or gpt-4)
  • Experiment with different prompt structures
  • Use the built-in "Enhance Prompt" tool to creatively rewrite inputs

Getting Started

pip install streamlit openai python-dotenv
streamlit run app.py

Ensure you have a .env file with:

OPENAI_API_KEY=your-api-key-here

Purpose

This sandbox is meant for intuition-building, not production.
Inspired by pattern recognition, clarity, and curiosity about safe, effective prompt design.

About

A playground to test prompt behavior, chaining logic, and model reactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages