mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 08:33:10 +00:00
add optional headers field to model config (#3546)
This commit is contained in:
@@ -84,6 +84,7 @@ export namespace SessionSummary {
|
||||
content: textPart?.text ?? "",
|
||||
},
|
||||
],
|
||||
headers:small.info.headers,
|
||||
model: small.language,
|
||||
})
|
||||
log.info("title", { title: result.text })
|
||||
@@ -116,6 +117,7 @@ export namespace SessionSummary {
|
||||
`,
|
||||
},
|
||||
],
|
||||
headers: small.info.headers
|
||||
})
|
||||
summary = result.text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user