An open API service indexing awesome lists of open source software.

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

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.txt

export OLLAMA_HOST="http://localhost:11434"
python app.py
```