mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-03 19:49:11 -04:00
refactor: Move to agent architecture
This commit is contained in:
16
sources/agents/ollama_fim.toml
Normal file
16
sources/agents/ollama_fim.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Ollama FIM Base"
|
||||
name = "Ollama FIM"
|
||||
description = "Local Ollama FIM code completion (qwen2.5-coder)."
|
||||
|
||||
model = "qwen2.5-coder:7b"
|
||||
tags = ["completion", "ollama", "local", "fim"]
|
||||
|
||||
[body.options]
|
||||
num_predict = 512
|
||||
temperature = 0.2
|
||||
top_p = 0.9
|
||||
num_ctx = 8192
|
||||
keep_alive = "5m"
|
||||
stop = ["<EOT>"]
|
||||
Reference in New Issue
Block a user