From b7e67eafd949bf80bef1bf44057fa5e0b45bca94 Mon Sep 17 00:00:00 2001 From: ianarawjo Date: Mon, 1 May 2023 08:29:18 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 896ef3d..7960194 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ We provide ongoing releases of this tool in the hopes that others find it useful ## Future Planned Features +- **Dark mode**: A dark mode theme - **AI assistance for prompt engineering**: Spur creative ideas and quickly iterate on variations of prompts through interaction with GPT4. - **Compare fine-tuned to base models**: Beyond comparing between different models like Alpaca and ChatGPT, we want to support comparison between versions of the same model (e.g., a base model and a fine-tuned one). Did your fine-tuning result in any 'breaking changes' elsewhere? We are building infrastructure to help you detect where. - **Export prompt chains to well-known APIs**: In the future, export a chain (in part) to a programming API like LangChain.