server : allow specifying reasoning_format in HTTP request (#15238)
This commit is contained in:
parent
27093afe78
commit
53d0a12658
7 changed files with 28 additions and 7 deletions
|
|
@ -209,6 +209,7 @@ export const AppContextProvider = ({
|
|||
messages,
|
||||
stream: true,
|
||||
cache_prompt: true,
|
||||
reasoning_format: 'none',
|
||||
samplers: config.samplers,
|
||||
temperature: config.temperature,
|
||||
dynatemp_range: config.dynatemp_range,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue