mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
set verbosity to low for gpt-5.1 (match codex)
This commit is contained in:
parent
64d28ea457
commit
ef4b2baedc
1 changed files with 4 additions and 0 deletions
|
|
@ -149,6 +149,10 @@ export namespace ProviderTransform {
|
|||
result["reasoningEffort"] = "medium"
|
||||
}
|
||||
|
||||
if (modelID.endsWith("gpt-5.1")) {
|
||||
result["textVerbosity"] = "low"
|
||||
}
|
||||
|
||||
if (providerID === "opencode") {
|
||||
result["promptCacheKey"] = sessionID
|
||||
result["include"] = ["reasoning.encrypted_content"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue