fix: Move Quick Refactor agent to toml file

This commit is contained in:
Petr Mironychev
2026-06-29 00:27:01 +02:00
parent 755263c4de
commit e200278f9a
11 changed files with 120 additions and 48 deletions

View File

@@ -8,6 +8,6 @@ model = "qwen2.5-coder:7b"
tags = ["completion", "ollama", "local", "fim"]
[body.options]
num_predict = 512
num_predict = 256
temperature = 0.2
keep_alive = "5m"