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 .env
and fill in the API keys- Run
pip install -r requirements.txt
- Run
./run.sh
- Browse to
http://localhost:1234/docs
to 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
prompts
directory Add any prompts usinglambdaprompt