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(),
|
timestamp: Date.now(),
|
||||||
FOO: env.FOO,
|
FOO: env.FOO,
|
||||||
SST_RESOURCE_FOO: env.SST_RESOURCE_FOO,
|
SST_RESOURCE_FOO: env.SST_RESOURCE_FOO,
|
||||||
check1: "alpha-di-k2.6" in zenData.models,
|
check1: zenData.models["alpha-di-k2.6"],
|
||||||
check2: "qwen3.6-plus-free" in zenData.models,
|
check2: zenData.models["qwen3.6-plus-free"],
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
2,
|
2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue