(fix) proxy - remove errant print statement

This commit is contained in:
ishaan-jaff 2024-01-01 10:48:12 +05:30
parent 6c33fcbf6b
commit 16fb83e007
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ class LangFuseLogger:
# end of processing langfuse ########################
input = prompt
output = response_obj["choices"][0]["message"].json()
print(
print_verbose(
f"OUTPUT IN LANGFUSE: {output}; original: {response_obj['choices'][0]['message']}"
)
self._log_langfuse_v2(