mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 13:25:01 +00:00
sync
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user