fix(docs): small_model is not used for summarization (#1360)

This commit is contained in:
Timo Clasen
2025-08-06 21:03:14 +02:00
committed by GitHub
parent b179d08484
commit 54457e48bb
4 changed files with 4 additions and 6 deletions

View File

@@ -558,7 +558,7 @@ export type Config = {
*/
model?: string
/**
* Small model to use for tasks like summarization and title generation in the format of provider/model
* Small model to use for tasks like title generation in the format of provider/model
*/
small_model?: string
/**