Setting custom base_values when using pred_contribs in predict

I’m trying to calculate shap contribution values, but I want to be able to pass custom vector of base_values for each observation for which I’m producing shap contributions.

Is there a way to do that?

Thanks in advance!