mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Compare commits
2 Commits
hefty-hype
...
ii-ags
| Author | SHA1 | Date | |
|---|---|---|---|
| 1703d9bdad | |||
| f225ec1975 |
@@ -280,7 +280,7 @@ class GPTService extends Service {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (aiResponse.hasReasoningContent) {
|
if (aiResponse.hasReasoningContent && !aiResponse.parsedReasoningContent) {
|
||||||
aiResponse.parsedReasoningContent = true;
|
aiResponse.parsedReasoningContent = true;
|
||||||
aiResponse.addDelta(`\n</think>\n`);
|
aiResponse.addDelta(`\n</think>\n`);
|
||||||
}
|
}
|
||||||
@@ -334,4 +334,4 @@ class GPTService extends Service {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default new GPTService();
|
export default new GPTService();
|
||||||
|
|||||||
Reference in New Issue
Block a user