Metadata-Version: 2.4
Name: algoleap-dynamic-prompts
Version: 0.1.0
Summary: A Streamlit app to refine OpenAI prompts with real-time feedback.
Home-page: https://github.com/yourusername/algoleapDynamicPrompts
Author: Your Name
Author-email: your@email.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: streamlit>=1.0.0
Requires-Dist: openai>=0.28
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Algoleap Dynamic Prompts

A Streamlit app that uses uploaded documents and user feedback to refine OpenAI system prompts over time.

## Install

```bash
pip install algoleap-dynamic-prompts
