feat: support Self-RAG #1069 (#1079)

### What problem does this PR solve?

feat: support Self-RAG #1069
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-06-06 15:30:51 +08:00
committed by GitHub
parent db35e9df4f
commit 1552dca28d
4 changed files with 15 additions and 0 deletions

View File

@@ -367,6 +367,8 @@ export default {
'这设置了模型输出的最大长度,以标记(单词或单词片段)的数量来衡量。',
quote: '显示引文',
quoteTip: '是否应该显示原文出处?',
selfRag: '自反令牌',
selfRagTip: '请参考: https://huggingface.co/papers/2310.11511',
overview: '聊天 API',
pv: '消息数',
uv: '活跃用户数',