fix(codex): raise default reasoning effort to medium

This commit is contained in:
hkfires
2025-12-12 18:18:48 +08:00
parent fc054db51a
commit d131435e25
4 changed files with 4 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ func (e *IFlowExecutor) ExecuteStream(ctx context.Context, auth *cliproxyauth.Au
}()
scanner := bufio.NewScanner(httpResp.Body)
scanner.Buffer(nil, 52_428_800) // 50MB
scanner.Buffer(nil, 52_428_800) // 50MB
var param any
for scanner.Scan() {
line := scanner.Bytes()