mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
sync
This commit is contained in:
parent
1268f8657e
commit
bbbef0da1c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ export async function GET() {
|
|||
timestamp: Date.now(),
|
||||
FOO: env.FOO,
|
||||
SST_RESOURCE_FOO: env.SST_RESOURCE_FOO,
|
||||
check1: "alpha-di-k2.6" in zenData.models,
|
||||
check2: "qwen3.6-plus-free" in zenData.models,
|
||||
check1: zenData.models["alpha-di-k2.6"],
|
||||
check2: zenData.models["qwen3.6-plus-free"],
|
||||
},
|
||||
null,
|
||||
2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue