mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-10 21:31:03 -04:00
fix: Move Quick Refactor agent to toml file
This commit is contained in:
17
sources/agents/ollama_compression.toml
Normal file
17
sources/agents/ollama_compression.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Ollama Base Chat"
|
||||
name = "Ollama Chat Compression"
|
||||
description = "Local Ollama conversation summarization (qwen2.5-coder). Carries the summary system prompt; no tools."
|
||||
|
||||
model = "qwen2.5-coder:7b"
|
||||
enable_tools = false
|
||||
tags = ["compression", "ollama", "local"]
|
||||
|
||||
system_prompt = """{{ read_file(":/tasks/chat-compressor.md") }}"""
|
||||
|
||||
[body.options]
|
||||
num_predict = 2048
|
||||
temperature = 0.3
|
||||
num_ctx = 8192
|
||||
keep_alive = "5m"
|
||||
Reference in New Issue
Block a user