TLDR Prompt app that generates summaries from input text.
Try on Replit
Based on Steamship's Prompt App template: https://replit.com/@steamship/Steamship-Prompt-App-Template
To run it:
-
Get a Steamship API Key (Visit: https://steamship.com/account/api). If you do not already have a Steamship account, you will need to create one.
-
Copy this key to a Replit Secret named STEAMSHIP_API_KEY.
-
Click the green
Run
button at the top of the window (or open a Shell and typepython3 api.py
).