mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85ce527712 | |||
| 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();
|
||||||
|
|||||||
@@ -6,6 +6,11 @@ source ./scriptdata/functions
|
|||||||
source ./scriptdata/installers
|
source ./scriptdata/installers
|
||||||
source ./scriptdata/options
|
source ./scriptdata/options
|
||||||
|
|
||||||
|
printf "\e[31m\n !!ATTENTION!!\n illogical-impulse on AGS is no longer supported. You have to deal with any problems by yourself.\e[00m"
|
||||||
|
printf "\e[31m\n It's highly recommended to switch to main branch instead.\e[00m"
|
||||||
|
printf "\e[31m\n To do this, run the following command:\e[00m"
|
||||||
|
printf "\e[31m\n git checkout main\e[00m"
|
||||||
|
sleep 10
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
if ! command -v pacman >/dev/null 2>&1; then
|
if ! command -v pacman >/dev/null 2>&1; then
|
||||||
printf "\e[31m[$0]: pacman not found, it seems that the system is not ArchLinux or Arch-based distros. Aborting...\e[0m\n"
|
printf "\e[31m[$0]: pacman not found, it seems that the system is not ArchLinux or Arch-based distros. Aborting...\e[0m\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user