mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
fix(rwkv model): add stoptoken (#4283)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
cbedf2f428
commit
7b75e9de2d
@ -16,6 +16,7 @@ config_file: |
|
|||||||
|
|
||||||
stopwords:
|
stopwords:
|
||||||
- 'Assistant:'
|
- 'Assistant:'
|
||||||
|
- '<s>'
|
||||||
|
|
||||||
template:
|
template:
|
||||||
chat: "{{.Input}}\nAssistant: "
|
chat: "{{.Input}}\nAssistant: "
|
||||||
|
@ -14,6 +14,7 @@ roles:
|
|||||||
|
|
||||||
stopwords:
|
stopwords:
|
||||||
- 'Assistant:'
|
- 'Assistant:'
|
||||||
|
- '<s>'
|
||||||
|
|
||||||
template:
|
template:
|
||||||
chat: |
|
chat: |
|
||||||
|
Loading…
Reference in New Issue
Block a user