feat: cherries

This commit is contained in:
Gab
2026-04-09 22:28:20 +10:00
parent fbe07343c8
commit c8231976f3
6 changed files with 36 additions and 11 deletions

View File

@@ -1074,6 +1074,7 @@ export namespace Provider {
options: mergeDeep(existingModel?.options ?? {}, model.options ?? {}),
limit: {
context: model.limit?.context ?? existingModel?.limit?.context ?? 0,
input: model.limit?.input ?? existingModel?.limit?.input,
output: model.limit?.output ?? existingModel?.limit?.output ?? 0,
},
headers: mergeDeep(existingModel?.headers ?? {}, model.headers ?? {}),