mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
Merge pull request #711 from Sherlock-Holo/reasoning_content
openai compatible support reasoning_content field
This commit is contained in:
commit
f32743d759
1 changed files with 1 additions and 0 deletions
|
|
@ -1233,6 +1233,7 @@ const openaiCompatible: VoidStaticProviderInfo = {
|
|||
providerReasoningIOSettings: {
|
||||
// reasoning: we have no idea what endpoint they used, so we can't consistently parse out reasoning
|
||||
input: { includeInPayload: openAICompatIncludeInPayloadReasoning },
|
||||
output: { nameOfFieldInDelta: 'reasoning_content' },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue