zeno-ml / zeno-build

Build, evaluate, understand, and fix LLM-based apps
MIT License
483 stars 33 forks source link

ChatBots: Improve example display #57

Closed neubig closed 1 year ago

neubig commented 1 year ago

Currently the chatbot example display looks like this:

Screen Shot 2023-05-06 at 2 11 10 PM

There are two problems:

  1. All system outputs are listed as "negative" for some reason, which is strange.
  2. It is only displaying one previous utterance, although in most cases two previous utterances worth of context are available.
neubig commented 1 year ago

Fixed by https://github.com/zeno-ml/zeno-build/pull/59