Update README.md

This commit is contained in:
ianarawjo 2023-05-01 08:29:18 -04:00 committed by GitHub
parent 6fe434740a
commit b7e67eafd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.