Skip to content

A plugin for LLM to provide and manage feedback on llm logs which represent prompts and responses.

License

Notifications You must be signed in to change notification settings

luebken/llm-logs-feedback

Repository files navigation

llm-logs-feedback

PyPI Changelog Tests License

This is a plugin for LLM to provide and manage feedback on llm logs which represent prompts and reponses.

Installation

Install this plugin in the same environment as LLM.

llm install llm-logs-feedback

Usage

This plugin adds two new commands to provide feedback to the last prompt / response:

  • llm feedback+1: to provide positive feedback
  • llm 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."

Development

see development.md

About

A plugin for LLM to provide and manage feedback on llm logs which represent prompts and responses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages