From a9733d4a99a8e85db353ec6213d51c6d5f8aae17 Mon Sep 17 00:00:00 2001 From: Carl Kenner Date: Sat, 20 May 2023 00:16:13 +0930 Subject: [PATCH] Metharme context fix (#2153) --- characters/instruction-following/Metharme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/characters/instruction-following/Metharme.yaml b/characters/instruction-following/Metharme.yaml index fee1a734..3bf90a96 100644 --- a/characters/instruction-following/Metharme.yaml +++ b/characters/instruction-following/Metharme.yaml @@ -1,4 +1,4 @@ user: "<|user|>" 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|>"