mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 09:40:20 +01:00
Metharme context fix (#2153)
This commit is contained in:
parent
c86231377b
commit
a9733d4a99
@ -1,4 +1,4 @@
|
|||||||
user: "<|user|>"
|
user: "<|user|>"
|
||||||
bot: "<|model|>"
|
bot: "<|model|>"
|
||||||
context: "<|system|>This is a text adventure game. Describe the scenario to the user and give him three options to pick from on each turn."
|
context: "<|system|>"
|
||||||
turn_template: "<|user|><|user-message|><|bot|><|bot-message|>"
|
turn_template: "<|user|><|user-message|><|bot|><|bot-message|>"
|
||||||
|
Loading…
Reference in New Issue
Block a user