mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-13 17:59:15 -04:00
19 lines
392 B
TOML
19 lines
392 B
TOML
schema_version = 1
|
|
|
|
extends = "Ollama Base Chat"
|
|
name = "Ollama gemma4:e4b Chat"
|
|
description = "Local Gemma 4 E4B on Ollama /api/chat — coding chat assistant."
|
|
|
|
model = "gemma4:e4b"
|
|
|
|
enable_thinking = true
|
|
enable_tools = true
|
|
tags = ["chat", "ollama", "local", "gemma"]
|
|
|
|
[body.options]
|
|
num_predict = 4096
|
|
temperature = 1
|
|
top_k = 64
|
|
top_p = 0.95
|
|
num_ctx = 8192
|