Skip to content

Releases: dkuang1980/promptsite

v.0.4.0

02 Feb 23:14
d4bb1d4
Compare
Choose a tag to compare

Implemented:

#6 [New Feature] Synthetic data generation for Variables

v.0.3.0

27 Jan 04:38
Compare
Choose a tag to compare

#7 Implemented a Query layer to easily query prompts, versions and runs as dicts and data frames

v.0.2.0

25 Jan 20:22
Compare
Choose a tag to compare

Updates:

  • #11: Allow the tracker not to track in some scenarios
  • #12: Add a description field to Variable

v.0.1.3

25 Jan 12:40
Compare
Choose a tag to compare

Fixed
#14, a bug in Config

Enhancement:
#10, we are able to disable Pandantic validation to increase the speed.

v.0.1.2

24 Jan 04:52
dffa6e9
Compare
Choose a tag to compare

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

22 Jan 12:58
440430e
Compare
Choose a tag to compare

Fixed Issues:

  • #1 we are able to add variables to versions

v.0.1.0

21 Jan 01:26
Compare
Choose a tag to compare

Initial Release

  • Models: Prompt, Version, Run
  • Storage backend: file and git
  • Input and output prompt variables
  • Auto track decorator
  • Cli commands