prompt tweaks

This commit is contained in:
vegu-ai-tools
2025-11-20 00:29:23 +02:00
parent 2ad54cc5f2
commit 495d9b1abe

View File

@@ -11,9 +11,6 @@
{% for scene_context in scene_context_history -%}
{{ scene_context }}
{% endfor %}
{% for memory in query_memory("Who is "+name+"?", as_question_answer=False, iterate=3) %}
{{ memory }}
{% endfor %}
<|CLOSE_SECTION|>
{% endset %}