This commit is contained in:
Timothy Jaeryang Baek 2025-09-11 12:26:25 +04:00
parent a05966af96
commit cf72f5503f

View file

@ -2042,7 +2042,7 @@ async def process_chat_response(
)
usage = data.get("usage", {})
usage.update(
data.get("timing", {})
data.get("timings", {})
) # llama.cpp
if usage: