This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
feat: optimize baichuan prompt (
#988
)
tags/0.3.17
takatost
2 years ago
parent
6377fc75c6
commit
53e83d8697
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
api/core/prompt/generate_prompts/baichuan_chat.json
+ 1
- 1
api/core/prompt/generate_prompts/baichuan_chat.json
View File
"pre_prompt",
"pre_prompt",
"histories_prompt"
"histories_prompt"
],
],
"query_prompt": "用户:{{query}}
\n助手:
",
"query_prompt": "用户:{{query}}",
"stops": ["用户:"]
"stops": ["用户:"]
}
}
Write
Preview
Loading…
Cancel
Save