We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b6deb commit 52cf9e3Copy full SHA for 52cf9e3
packages/console/function/src/log-processor.ts
@@ -12,7 +12,8 @@ export default {
12
if (
13
url.pathname !== "/zen/v1/chat/completions" &&
14
url.pathname !== "/zen/v1/messages" &&
15
- url.pathname !== "/zen/v1/responses"
+ url.pathname !== "/zen/v1/responses" &&
16
+ !url.pathname.startsWith("/zen/v1/models/")
17
)
18
return
19
0 commit comments