Idea: Log metadata for prompts (e.g. version and evaluation) #383
minthemiddle
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I iterate a lot on my prompts. And I would like to log my experiences with these prompts in
llm
, alongside the existing logs. The infos I'm keeping are version (Whichversion
of a prompt, e.g.0.3
,rationale
, i.e. why I used exactly this prompt,feedback
on what worked as expected and what I might improve on still.Right now, I save this extra information in a separate SQLite database.
As
llm
already logs prompts, this might be a good addition. Or maybe to keep the core tight, it might be better as plugin.As other people will save feedback differently, maybe a more general
metadata
with simplekey:value
might be a good format.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions