diff --git a/articles/related_resources.md b/articles/related_resources.md index ac8718c..a9a421e 100644 --- a/articles/related_resources.md +++ b/articles/related_resources.md @@ -5,6 +5,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a ## Prompting libraries & tools (in alphabetical order) - [Arthur Shield](https://www.arthur.ai/get-started): A paid product for detecting toxicity, hallucination, prompt injection, etc. +- [Baserun](https://baserun.ai/): A paid product for testing, debugging, and monitoring LLM-based apps - [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. - [FLAML (A Fast Library for Automated Machine Learning & Tuning)](https://microsoft.github.io/FLAML/docs/Getting-Started/): A Python library for automating selection of models, hyperparameters, and other tunable choices.