Releases: dkuang1980/promptsite
Releases · dkuang1980/promptsite
v.0.4.0
Implemented:
#6 [New Feature] Synthetic data generation for Variables
v.0.3.0
#7 Implemented a Query layer to easily query prompts, versions and runs as dicts and data frames
v.0.2.0
Updates:
- #11: Allow the tracker not to track in some scenarios
- #12: Add a description field to Variable
v.0.1.3
Fixed
#14, a bug in Config
Enhancement:
#10, we are able to disable Pandantic validation to increase the speed.
v.0.1.2
Release include:
#4 Increase test coverage to 84%
#9 Fixed the issue that the output variable is not rendered in the final prompt
v.0.1.1
Fixed Issues:
- #1 we are able to add variables to versions
v.0.1.0
Initial Release
- Models: Prompt, Version, Run
- Storage backend: file and git
- Input and output prompt variables
- Auto track decorator
- Cli commands