mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-03 11:39:13 -04:00
feat: Add more agents configs
This commit is contained in:
19
sources/agents/ollama_quick_refactor_gemma4.toml
Normal file
19
sources/agents/ollama_quick_refactor_gemma4.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Ollama Base Chat"
|
||||
name = "Ollama Quick Refactor — Gemma 4"
|
||||
description = "Local Ollama smart inline refactor — gemma4:12b with native reasoning (thinks before editing). Static output rules from :/tasks/quick-refactor.md; QuickRefactorHandler injects the live editor context. No tools."
|
||||
|
||||
model = "gemma4:12b"
|
||||
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"
|
||||
Reference in New Issue
Block a user