mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: Prompt word alignment issue(#2537)
This commit is contained in:
parent
a303f24974
commit
579604bd81
|
|
@ -67,6 +67,7 @@
|
|||
<slot name="operateBefore">
|
||||
<span></span>
|
||||
</slot>
|
||||
|
||||
<el-button
|
||||
v-if="isUserInput"
|
||||
class="user-input-button mb-8"
|
||||
|
|
|
|||
|
|
@ -73,9 +73,9 @@ export default {
|
|||
referencesTooltip:
|
||||
'By adjusting the content of the prompt, you can guide the direction of the large model chat. This prompt will be fixed at the beginning of the context. Variables used: {data} carries known information from the knowledge; {question} is the question posed by the user.',
|
||||
defaultPrompt: `Known information: {data}
|
||||
Question: {question}
|
||||
Response requirements:
|
||||
- Please use concise and professional language to answer the user's question.
|
||||
Question: {question}
|
||||
Response requirements:
|
||||
- Please use concise and professional language to answer the user's question.
|
||||
`
|
||||
},
|
||||
historyRecord: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue