mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
wip: zen
This commit is contained in:
parent
b4d0090e00
commit
96ca0de3bc
2 changed files with 6 additions and 1 deletions
|
|
@ -13,7 +13,11 @@ export default {
|
|||
url.pathname !== "/zen/v1/chat/completions" &&
|
||||
url.pathname !== "/zen/v1/messages" &&
|
||||
url.pathname !== "/zen/v1/responses" &&
|
||||
!url.pathname.startsWith("/zen/v1/models/")
|
||||
!url.pathname.startsWith("/zen/v1/models/") &&
|
||||
url.pathname !== "/zen/go/v1/chat/completions" &&
|
||||
url.pathname !== "/zen/go/v1/messages" &&
|
||||
url.pathname !== "/zen/go/v1/responses" &&
|
||||
!url.pathname.startsWith("/zen/go/v1/models/")
|
||||
)
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue