Skip to content

Commit 52cf9e3

Browse files
author
Frank
committed
wip: zen
1 parent a9b6deb commit 52cf9e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/console/function/src/log-processor.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export default {
1212
if (
1313
url.pathname !== "/zen/v1/chat/completions" &&
1414
url.pathname !== "/zen/v1/messages" &&
15-
url.pathname !== "/zen/v1/responses"
15+
url.pathname !== "/zen/v1/responses" &&
16+
!url.pathname.startsWith("/zen/v1/models/")
1617
)
1718
return
1819

0 commit comments

Comments
 (0)