forked from Shinonome/dots-hyprland
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1703d9bdad | |||
| f225ec1975 |
@@ -280,7 +280,7 @@ class GPTService extends Service {
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (aiResponse.hasReasoningContent) {
|
||||
if (aiResponse.hasReasoningContent && !aiResponse.parsedReasoningContent) {
|
||||
aiResponse.parsedReasoningContent = true;
|
||||
aiResponse.addDelta(`\n</think>\n`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user