Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passing in required project_name
UpTrain requires a project_name when using its API whereas openai does not. The integration will crash if no project_name is included. This will allow for an eval declaration like so: evaluator = UpTrainEvaluator( metric=UpTrainMetric.METRIC, api="uptrain", project_name="uptrain-project", )
- Loading branch information