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