forked from phoenix/litellm-mirror
refactor(ollama.py): trigger rebuild
This commit is contained in:
parent
01cef1fe9e
commit
312c7462c8
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ def get_ollama_response(
|
||||||
|
|
||||||
stream = optional_params.pop("stream", False)
|
stream = optional_params.pop("stream", False)
|
||||||
data = {"model": model, "prompt": prompt, "options": optional_params}
|
data = {"model": model, "prompt": prompt, "options": optional_params}
|
||||||
|
|
||||||
## LOGGING
|
## LOGGING
|
||||||
logging_obj.pre_call(
|
logging_obj.pre_call(
|
||||||
input=None,
|
input=None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue