mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-06 21:19:13 -04:00
feat: Add more agents configs
This commit is contained in:
19
sources/agents/ollama_chat_thinking.toml
Normal file
19
sources/agents/ollama_chat_thinking.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Ollama Base Chat"
|
||||
name = "Ollama Chat — Thinking"
|
||||
description = "Local Ollama agentic coding chat — tools + native reasoning, for any tools/thinking-capable model (Qwen3.5 9B by default). Acts through IDE tools (read/edit/build) via the act-first agentic-coder role."
|
||||
|
||||
model = "qwen3.5:9b"
|
||||
enable_tools = true
|
||||
enable_thinking = true
|
||||
tags = ["chat", "ollama", "local", "16gb"]
|
||||
|
||||
system_prompt = """{{ read_file(":/roles/agentic-coder.md") }}"""
|
||||
|
||||
[body]
|
||||
think = true
|
||||
|
||||
[body.options]
|
||||
num_predict = 8192
|
||||
keep_alive = "5m"
|
||||
Reference in New Issue
Block a user