This is a minimal example of a server repo that can host prompts made with lambdaprompt
This repo only contains 20 lines of python! That's how easy it is~
- Clone this repo
cp .env.example .envand fill in the API keys- Run
pip install -r requirements.txt - Run
./run.sh - Browse to
http://localhost:1234/docsto see the API docs for the prompts!
Use the prompts using your favorite way to send requests!
Direct browser, curl, postman, requests, fetch, etc.
- Create a new file in the
promptsdirectory Add any prompts usinglambdaprompt