This is a plugin for LLM to provide and manage feedback on llm logs which represent prompts and reponses.
Install this plugin in the same environment as LLM.
llm install llm-logs-feedbackThis plugin adds two new commands to provide feedback to the last prompt / response:
llm feedback+1: to provide positive feedbackllm feedback-1: to provide negative feedback
Both commands accept an optional comment. So some example usage could be:
llm feedback+1 "this worked great during refactoring."
llm feedback-1 "not helplful. too lengthy."see development.md