zeno-ml / zeno-build

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

Chatbot Example: Add command line options #160

Closed neubig closed 1 year ago

neubig commented 1 year ago

The chatbot example has gotten rather complex, with different experiments, inference techniques, etc. and this has moved beyond what is reasonable to manage by manually modifying the config.py file. We should add some command line options to control this more systematically.