fix: Add --reasoning-format none to support rendering of reasoning content (#5803)
This commit is contained in:
parent
8ca507c01c
commit
bcb60378c0
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user