mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(proxy_server.py): prisma client fixes for high traffic
This commit is contained in:
parent
d1549cb2f3
commit
b6adeec347
6 changed files with 224 additions and 114 deletions
|
@ -113,7 +113,7 @@ class LangFuseLogger:
|
|||
elif response_obj is not None:
|
||||
input = prompt
|
||||
output = response_obj["choices"][0]["message"].json()
|
||||
print(f"OUTPUT IN LANGFUSE: {output}; original: {response_obj}")
|
||||
print_verbose(f"OUTPUT IN LANGFUSE: {output}; original: {response_obj}")
|
||||
if self._is_langfuse_v2():
|
||||
self._log_langfuse_v2(
|
||||
user_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue