mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 01:59:11 -04:00
20 lines
612 B
TOML
20 lines
612 B
TOML
schema_version = 1
|
|
|
|
extends = "Ollama Base Chat"
|
|
name = "Ollama Quick Refactor — Qwen3.5"
|
|
description = "Local Ollama smart inline refactor — qwen3.5:9b with native reasoning (thinks before editing). Static output rules from :/tasks/quick-refactor.md; QuickRefactorHandler injects the live editor context. No tools."
|
|
|
|
model = "qwen3.5:9b"
|
|
enable_tools = false
|
|
enable_thinking = true
|
|
tags = ["refactor", "ollama", "local", "16gb"]
|
|
|
|
system_prompt = """{{ read_file(":/tasks/quick-refactor.md") }}"""
|
|
|
|
[body]
|
|
think = true
|
|
|
|
[body.options]
|
|
num_predict = 4096
|
|
keep_alive = "5m"
|