fix(rwkv model): add stoptoken

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-11-28 09:28:40 +01:00
parent cbedf2f428
commit 1ce5a826b0
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ config_file: |
stopwords:
- 'Assistant:'
- '<s>'
template:
chat: "{{.Input}}\nAssistant: "

View file

@ -14,6 +14,7 @@ roles:
stopwords:
- 'Assistant:'
- '<s>'
template:
chat: |