fix: Add --reasoning-format none to support rendering of reasoning content (#5803)

This commit is contained in:
Akarshan Biswas 2025-07-18 08:22:37 +05:30 committed by GitHub
parent 8ca507c01c
commit bcb60378c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -805,6 +805,7 @@ export default class llamacpp_extension extends AIEngine {
modelConfig.model_path,
])
args.push('--jinja')
args.push('--reasoning-format', 'none')
args.push('-m', modelPath)
args.push('-a', modelId)
args.push('--port', String(port))