An interactive Streamlit app for exploring LLM behavior through prompt testing and parameter tuning.
- Choose between "Reliable" and "Creative" modes with auto-adjusted temperature
- Select GPT model (
gpt-3.5-turbo
orgpt-4
) - Experiment with different prompt structures
- Use the built-in "Enhance Prompt" tool to creatively rewrite inputs
pip install streamlit openai python-dotenv
streamlit run app.py
Ensure you have a .env
file with:
OPENAI_API_KEY=your-api-key-here
This sandbox is meant for intuition-building, not production.
Inspired by pattern recognition, clarity, and curiosity about safe, effective prompt design.