From 507f207c13b45d910066d73a8396c2b37780d1c7 Mon Sep 17 00:00:00 2001 From: Zhu Liang Date: Sat, 9 Mar 2024 20:03:16 +0800 Subject: [PATCH] Add 16x Prompt to related resources --- articles/related_resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/related_resources.md b/articles/related_resources.md index f9ac312d..66672116 100644 --- a/articles/related_resources.md +++ b/articles/related_resources.md @@ -4,6 +4,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a ## Prompting libraries & tools (in alphabetical order) +- [16x Prompt](https://prompt.16x.engineer/): A paid product for augmenting prompt with source code and formatting instructions for coding tasks. - [Arthur Shield](https://www.arthur.ai/get-started): A paid product for detecting toxicity, hallucination, prompt injection, etc. - [Chainlit](https://docs.chainlit.io/overview): A Python library for making chatbot interfaces. - [Embedchain](https://github.com/embedchain/embedchain): A Python library for managing and syncing unstructured data with LLMs.