diff --git a/src/utils/template.py b/src/utils/template.py
index 5354f32..1179a0c 100644
--- a/src/utils/template.py
+++ b/src/utils/template.py
@@ -15,7 +15,7 @@ class Template:
             """
             self._register_template(
                 prefix="",
-                prompt="",
+                prompt="{query}",
                 sep="",
                 use_history=False
             )