From 0ecaf607fdf31f7f635ad8bbf6b332c64fcbbedd Mon Sep 17 00:00:00 2001 From: kingtroga Date: Wed, 25 Dec 2024 10:37:44 +0100 Subject: [PATCH] added prompty provider page --- .../docs/integrations/providers/prompty.ipynb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/docs/integrations/providers/prompty.ipynb diff --git a/docs/docs/integrations/providers/prompty.ipynb b/docs/docs/integrations/providers/prompty.ipynb new file mode 100644 index 0000000000000..89570d97faaec --- /dev/null +++ b/docs/docs/integrations/providers/prompty.ipynb @@ -0,0 +1,24 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Prompty\n", + "\n", + ">What is `Prompty`?\n", + "\n", + ">- Prompty is a new asset class and format for LLM prompts that aims to provide observability, understandability, and portability for developers.\n", + "\n", + ">Get started with Prompty by visiting [their website](https://prompty.ai/)." + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}