mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: generate
This commit is contained in:
parent
576a681a4f
commit
fbc08709d1
@ -1043,7 +1043,9 @@ export namespace Config {
|
|||||||
.optional()
|
.optional()
|
||||||
.describe("When set, ONLY these providers will be enabled. All other providers will be ignored"),
|
.describe("When set, ONLY these providers will be enabled. All other providers will be ignored"),
|
||||||
model: ModelId.describe("Model to use in the format of provider/model, eg anthropic/claude-2").optional(),
|
model: ModelId.describe("Model to use in the format of provider/model, eg anthropic/claude-2").optional(),
|
||||||
small_model: ModelId.describe("Small model to use for tasks like title generation in the format of provider/model").optional(),
|
small_model: ModelId.describe(
|
||||||
|
"Small model to use for tasks like title generation in the format of provider/model",
|
||||||
|
).optional(),
|
||||||
default_agent: z
|
default_agent: z
|
||||||
.string()
|
.string()
|
||||||
.optional()
|
.optional()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user