Update README.md

This commit is contained in:
ianarawjo 2023-05-01 19:00:05 -04:00 committed by GitHub
parent 7d87dfddda
commit 54838c3073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,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
- **LMQL node**: Support for prompt pipelines that involve LMQL code, esp. inspecting masked response variables.
- **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.