Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elleai
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
E
ellehuis-group
backend
elleai
Commits
1e31e0b2
Commit
1e31e0b2
authored
Apr 02, 2025
by
yangyw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 修改提示
parent
5a88e27e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AppChatCompletionService.java
.../elleai/application/service/AppChatCompletionService.java
+2
-2
No files found.
src/main/java/cn/breeze/elleai/application/service/AppChatCompletionService.java
View file @
1e31e0b2
...
...
@@ -594,7 +594,7 @@ public class AppChatCompletionService {
if
(
CollectionUtil
.
isNotEmpty
(
procedures
))
{
String
content
=
procedures
.
getJSONObject
(
0
).
getJSONObject
(
"debugging"
).
getString
(
"content"
);
if
(
StrUtil
.
isNotEmpty
(
content
))
{
thoughtContent
[
0
]
=
"##
大模型正在
思考中 ##\n"
;
thoughtContent
[
0
]
=
"## 思考中 ##\n"
;
thoughtContent
[
0
]
+=
content
;
}
}
...
...
@@ -603,7 +603,7 @@ public class AppChatCompletionService {
if
(
Objects
.
nonNull
(
payload
))
{
String
content
=
payload
.
getString
(
"content"
);
if
(
StrUtil
.
isNotEmpty
(
content
))
{
replyContent
[
0
]
=
"\n\n##
以下是大模型
回复 ##\n"
;
replyContent
[
0
]
=
"\n\n##
小伊
回复 ##\n"
;
replyContent
[
0
]
+=
content
;
replyFlag
[
0
]
=
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment