mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
wip: zen
This commit is contained in:
parent
a9b6debfa2
commit
52cf9e3423
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ export default {
|
||||||
if (
|
if (
|
||||||
url.pathname !== "/zen/v1/chat/completions" &&
|
url.pathname !== "/zen/v1/chat/completions" &&
|
||||||
url.pathname !== "/zen/v1/messages" &&
|
url.pathname !== "/zen/v1/messages" &&
|
||||||
url.pathname !== "/zen/v1/responses"
|
url.pathname !== "/zen/v1/responses" &&
|
||||||
|
!url.pathname.startsWith("/zen/v1/models/")
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue