Prompty Runtime
bethanyjepnityasethjuarez
6/10/2024

Using this Prompty Runtime

The Python runtime is a simple way to run your prompts in Python. The runtime is available as a Python package and can be installed using pip. Depending on the type of prompt you are running, you may need to install additional dependencies. The runtime is designed to be extensible and can be customized to fit your needs.

pip install "prompty[azure]"

Simple usage example:

import prompty
# import invoker
import prompty.azure

# execute the prompt
response = prompty.execute("path/to/prompty/file")

print(response)

Want to Contribute To the Project? - Updated Guidance Coming Soon.