https://github.com/sammcj/prompt-plus-plus
prompt enhancer
https://github.com/sammcj/prompt-plus-plus
Last synced: 6 days ago
JSON representation
prompt enhancer
- Host: GitHub
- URL: https://github.com/sammcj/prompt-plus-plus
- Owner: sammcj
- Created: 2025-02-24T05:30:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T05:51:23.000Z (8 months ago)
- Last Synced: 2025-03-08T14:44:03.147Z (7 months ago)
- Language: Python
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prompt++
Fork of https://huggingface.co/spaces/baconnier/prompt-plus-plus to work with Ollama or any openai compatible API.
```
uv venv
source .venv/bin/activate
pip install -r requirements.txtexport OLLAMA_HOST="http://localhost:11434"
python app.py
```