From be07761c3f9118c6adfd90ce2bb6e90cb4be9a72 Mon Sep 17 00:00:00 2001 From: Ted Sanders <95656834+ted-at-openai@users.noreply.github.com> Date: Fri, 2 Jun 2023 09:58:22 -0700 Subject: [PATCH] add arthur shield to external libraries section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3710fd..97d5469 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [PromptPerfect](https://promptperfect.jina.ai/prompts): A paid product for testing and improving prompts. - [Weights & Biases](https://wandb.ai/site/solutions/llmops): A paid product for tracking model training and prompt engineering experiments. - [OpenAI Evals](https://github.com/openai/evals): An open-source library for evaluating task performance of language models and prompts. -- [LlamaIndex](https://github.com/jerryjliu/llama_index): A Python library for augmenting LLM apps with private data (personal, organizational). +- [LlamaIndex](https://github.com/jerryjliu/llama_index): A Python library for augmenting LLM apps with data. +- [Arthur Shield](https://www.arthur.ai/get-started): A paid product for detecting toxicity, hallucination, prompt injection, etc. ### Prompting guides