Display DeepSeek-R1 thinking like Reasoner (#3440)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
AT
2025-01-30 16:11:05 -05:00
committed by GitHub
parent f914ee56c9
commit 007a7af1c8
10 changed files with 306 additions and 68 deletions

View File

@@ -189,6 +189,17 @@ GridLayout {
isError: modelData.isToolCallError
}
}
DelegateChoice {
roleValue: "Think: ";
ChatCollapsibleItem {
Layout.fillWidth: true
textContent: modelData.content
isCurrent: modelData.isCurrentResponse
isError: false
isThinking: true
thinkingTime: modelData.thinkingTime
}
}
}
delegate: chooser