mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(ollama.py): fix async completion calls for ollama
This commit is contained in:
parent
aa649a8599
commit
2231601d5a
7 changed files with 35 additions and 17 deletions
|
@ -58,7 +58,7 @@ class LangsmithLogger:
|
|||
"inputs": {
|
||||
**new_kwargs
|
||||
},
|
||||
"outputs": response_obj,
|
||||
"outputs": response_obj.json(),
|
||||
"session_name": project_name,
|
||||
"start_time": start_time,
|
||||
"end_time": end_time,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue