fix: Found and fix review mistakes

This commit is contained in:
Petr Mironychev
2026-07-02 22:26:07 +02:00
parent c070d65366
commit 35bbaa1af0
139 changed files with 2032 additions and 1573 deletions

View File

@@ -15,6 +15,7 @@ system_prompt = """
{{ read_file(":/tasks/code-completion.md") }}"""
[body]
keep_alive = "5m"
messages = """
[
{% if existsIn(ctx, "system_prompt") %}
@@ -27,5 +28,4 @@ messages = """
[body.options]
num_predict = 256
temperature = 0.2
keep_alive = "5m"
stop = ["</code_context>"]