You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: distinguish /messages endpoint metrics from /chat/completions (#1373)
**Description**
Despite the documentation about "messages" operation, the anthropic
messages processor was wrongly using the chat completions metrics
implementation hence the metrics produced in /messages endpoint were
mixed up with the ones in /chat/completions metrics.
This fixes it and make it in line with the documentation.
---------
Signed-off-by: Takeshi Yoneda <[email protected]>
0 commit comments