fix
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
const maxPromptFieldRunes = 4000
|
||||
|
||||
// maxOutputFieldRunes bounds stored / polled model text (titles + multi-section
|
||||
// formula HTML descriptions). Must stay well above MaxTokensEnhance (~16k tokens)
|
||||
// formula HTML descriptions). Must stay well above MaxTokensEnhance (~24k tokens)
|
||||
// so SanitizeOutput does not chop JSON completion bodies or A1 HTML mid-string.
|
||||
const maxOutputFieldRunes = 120000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user