Applies to:
The following keys are not permitted {'_bt_internal_override_pagination_key'}
pip install --upgrade braintrust==0.5.2
import braintrust
project = braintrust.projects.create(name="my-project")
# Re-upload your existing scorer with the updated SDK
project.scorers.create(
name="my-scorer",
function=my_scorer_function
)
Was this page helpful?