Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b7d5ce4b
authored
May 16, 2024
by
cherishsince
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【优化】AI Chat 预设角色调整
parent
e0b38f58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/ai/chat/components/ChatConversationUpdateForm.vue
+1
-1
No files found.
src/views/ai/chat/components/ChatConversationUpdateForm.vue
View file @
b7d5ce4b
...
...
@@ -8,7 +8,7 @@
v-loading=
"formLoading"
>
<el-form-item
label=
"角色设定"
prop=
"systemMessage"
>
<el-input
type=
"textarea"
v-model=
"formData.systemMessage"
placeholder=
"请输入角色设定"
/>
<el-input
type=
"textarea"
v-model=
"formData.systemMessage"
rows=
"4"
placeholder=
"请输入角色设定"
/>
</el-form-item>
<el-form-item
label=
"模型"
prop=
"modelId"
>
<el-select
v-model=
"formData.modelId"
placeholder=
"请选择模型"
>
...
...
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