mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-01 02:29:13 -04:00
17 lines
565 B
TOML
17 lines
565 B
TOML
schema_version = 1
|
|
|
|
extends = "Google Base Chat"
|
|
name = "Google Compression"
|
|
description = "Google Gemini 3.1 Flash-Lite — fast, low-cost conversation summarization. Carries the summary system prompt; no tools, thinking disabled (thinkingBudget=0)."
|
|
|
|
model = "gemini-3.1-flash-lite"
|
|
enable_tools = false
|
|
tags = ["compression", "gemini", "google", "cloud"]
|
|
|
|
system_prompt = """{{ read_file(":/tasks/chat-compressor.md") }}"""
|
|
|
|
[body.generationConfig]
|
|
maxOutputTokens = 16000
|
|
temperature = 0.3
|
|
thinkingConfig = { thinkingBudget = 0 }
|