mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-15 13:14:35 +00:00
chore: bump version to 1.0.20
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user