fix: formatting test errors, remove print, merge dev

This commit is contained in:
Michael Poluektov
2024-08-08 11:30:13 +01:00
parent 8cdf9814bd
commit a725801e55
4 changed files with 9 additions and 9 deletions

View File

@@ -192,7 +192,6 @@ def apply_model_params_to_body_ollama(params: dict, form_data: dict) -> dict:
if (param := params.get(key, None)) is not None:
form_data[value] = param
print(form_data)
return form_data