From 8e237ed1598e0dd23cec9aada9e6aec7890ebeb9 Mon Sep 17 00:00:00 2001 From: ianarawjo Date: Wed, 3 May 2023 17:31:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d497bf2..a71e51b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ⛓️🛠️ ChainForge **An open-source visual programming environment for battle-testing prompts to LLMs.** -ChainForge is a data flow prompt engineering tool for testing and evaluating prompts (and eventually, prompt chains) for LLMs. Like Jupyter Notebooks were good for early-stage exploration, ChainForge is geared towards early-stage, quick-and-dirty exploration of prompts and response quality that goes beyond ad-hoc chatting with individual LLMs. 'Sketch' prompt ideas and test variations quickly and effectively. Compare response quality across prompt variations and across models to choose the best prompt and model for your use case. +ChainForge is a data flow prompt engineering tool for testing and evaluating prompts (and eventually, prompt chains) for LLMs. 'Sketch' prompt ideas and test variations quickly and effectively. Compare response quality across prompt variations and across models to choose the best prompt and model for your use case. Like Jupyter Notebooks are good for early-stage exploration, ChainForge is geared towards early-stage, quick-and-dirty exploration of prompts and response quality that goes beyond ad-hoc chatting with individual LLMs. ChainForge is built on [ReactFlow](https://reactflow.dev) and is in active development.