chore: bump version to 1.0.20

This commit is contained in:
Gab
2026-03-28 01:03:55 +11:00
parent cbcaa4ba46
commit 3cc0f7401a
7 changed files with 458 additions and 56 deletions

View File

@@ -184,6 +184,7 @@ export namespace ModelsDev {
release_date: new Date().toISOString().split("T")[0],
attachment: model.supportsVision || false,
reasoning: model.reasoner || false,
interleaved: model.reasoner ? { field: "reasoning_content" } : undefined,
temperature: true,
tool_call: model.toolCalling || false,
options: {},
@@ -232,6 +233,7 @@ export namespace ModelsDev {
release_date: "2025-01-01",
attachment: true,
reasoning: true,
interleaved: { field: "reasoning_content" },
temperature: true,
tool_call: true,
options: {},