zeno-ml / zeno-build

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

Catch connection error in Critique #144

Closed neubig closed 1 year ago

neubig commented 1 year ago

Description

This is a very simple PR that catches a requests.exceptions.ConnectionError in Critique calls and retries when it happens (for increased robustness).

Blocked by