mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-10 11:24:59 +01:00
set verbosity to low for gpt-5.1 (match codex)
This commit is contained in:
@@ -149,6 +149,10 @@ export namespace ProviderTransform {
|
|||||||
result["reasoningEffort"] = "medium"
|
result["reasoningEffort"] = "medium"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (modelID.endsWith("gpt-5.1")) {
|
||||||
|
result["textVerbosity"] = "low"
|
||||||
|
}
|
||||||
|
|
||||||
if (providerID === "opencode") {
|
if (providerID === "opencode") {
|
||||||
result["promptCacheKey"] = sessionID
|
result["promptCacheKey"] = sessionID
|
||||||
result["include"] = ["reasoning.encrypted_content"]
|
result["include"] = ["reasoning.encrypted_content"]
|
||||||
|
|||||||
Reference in New Issue
Block a user