From 1163fa01a652fb27ba0625e79c62ec83ec5de966 Mon Sep 17 00:00:00 2001 From: "Xin(Leo) Jing" Date: Wed, 27 Sep 2023 10:41:49 -0700 Subject: [PATCH] [related_resources] add yival.ai to the prompt tools section (#739) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Simón Fishman --- related_resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/related_resources.md b/related_resources.md index 6ddcffc1..22f4d819 100644 --- a/related_resources.md +++ b/related_resources.md @@ -10,6 +10,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [Chainlit](https://docs.chainlit.io/overview): A Python library for making chatbot interfaces. - [Guardrails.ai](https://shreyar.github.io/guardrails/): A Python library for validating outputs and retrying failures. Still in alpha, so expect sharp edges and bugs. - [Semantic Kernel](https://github.com/microsoft/semantic-kernel): A Python/C#/Java library from Microsoft that supports prompt templating, function chaining, vectorized memory, and intelligent planning. +- [YiVal](https://github.com/YiVal/YiVal): An open-source GenAI-Ops tool for tuning and evaluating prompts, retrieval configurations, and model parameters using customizable datasets, evaluation methods, and evolution strategies. - [Prompttools](https://github.com/hegelai/prompttools): Open-source Python tools for testing and evaluating models, vector DBs, and prompts. - [Outlines](https://github.com/normal-computing/outlines): A Python library that provides a domain-specific language to simplify prompting and constrain generation. - [Promptify](https://github.com/promptslab/Promptify): A small Python library for using language models to perform NLP tasks.