try modify params option

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-30 20:25:18 -06:00
parent 29127dcdec
commit c982d3995d

View file

@ -41,6 +41,7 @@ in
litellm_settings = { litellm_settings = {
check_provider_endpoints = true; check_provider_endpoints = true;
drop_params = true; drop_params = true;
modify_params = true;
}; };
model_list = [ model_list = [
] ]