zen: new inference
This commit is contained in:
parent
fc29f99190
commit
3df5556223
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ export async function handler(
|
|||
signal: input.request.signal,
|
||||
})
|
||||
|
||||
if (providerInfo.id.startsWith("console.")) {
|
||||
if (providerInfo.id.startsWith("console.") || providerInfo.id.startsWith("console-go.")) {
|
||||
const resEndpointId = res.headers.get("x-opencode-endpoint-id")
|
||||
const resEndpointModelId = res.headers.get("x-opencode-upstream-model-id")
|
||||
if (resEndpointId && resEndpointModelId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue