mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: formatting test errors, remove print, merge dev
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user