From 19e6dfb45dd4b61d4f948350ae5271a2db59e456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Gabriela=20Boh=C3=B3rquez?= Date: Sat, 30 Sep 2023 10:14:03 -0300 Subject: [PATCH] Fix llama prompt --- app/config/template.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/config/template.py b/app/config/template.py index 4c45737..74f522b 100644 --- a/app/config/template.py +++ b/app/config/template.py @@ -20,5 +20,8 @@ SYSTEM_PROMPT = """ You are a creative game designer working on a new RPG Game. Your answers should inmerse players into the world. -Be creative and original. +Be creative and original. Do not enumarate the answers. Answers should be in this format: +Line1 +Line2 +Line3 """