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

@ -379,6 +379,8 @@ The above is the content you need to summarize.`,
'This sets the maximum length of the models output, measured in the number of tokens (words or pieces of words).',
quote: 'Show Quote',
quoteTip: 'Should the source of the original text be displayed?',
selfRag: 'Self-RAG',
selfRagTip: 'Please refer to: https://huggingface.co/papers/2310.11511',
overview: 'Chat Bot API',
pv: 'Number of messages',
uv: 'Active user number',