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

@ -350,6 +350,8 @@ export default {
'這設置了模型輸出的最大長度,以標記(單詞或單詞片段)的數量來衡量。',
quote: '顯示引文',
quoteTip: '是否應該顯示原文出處?',
selfRag: '自反令牌',
selfRagTip: '請參考: https://huggingface.co/papers/2310.11511',
overview: '聊天 API',
pv: '消息數',
uv: '活躍用戶數',