mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 10:19:16 -04:00
16 lines
451 B
TOML
16 lines
451 B
TOML
schema_version = 1
|
|
|
|
extends = "Google Base Chat"
|
|
name = "Gemini Chat"
|
|
description = "Google Gemini 2.5 Flash (generateContent API) — coding chat with thinking."
|
|
|
|
endpoint = "/models/${MODEL}:streamGenerateContent?alt=sse"
|
|
model = "gemini-2.5-flash"
|
|
|
|
enable_thinking = true
|
|
tags = ["chat", "gemini", "google", "cloud"]
|
|
|
|
[body.generationConfig]
|
|
maxOutputTokens = 16000
|
|
thinkingConfig = { includeThoughts = true, thinkingBudget = 8192 }
|