Skip to content

Commit 2a7bd9a

Browse files
hlubekclaude
andcommitted
deps: bump gollm fork to the gpt-5 max_completion_tokens fix
Repins the networkteam/gollm replace to 19e75fe, which teaches the OpenAI provider to emit max_completion_tokens for gpt-5-class models (upstream PR teilomillet/gollm#61). Fixes the HTTP 400 that broke OpenAI gpt-5 summary and pre-flight calls (s-tac-t96). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent aa71194 commit 2a7bd9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ require (
8888
// source and honor replace; only `go install pkg@version` (which sdd does not
8989
// use) would break. Remove this directive once the change lands upstream and
9090
// bump the require above to the released teilomillet/gollm version.
91-
replace github.com/teilomillet/gollm => github.com/networkteam/gollm v0.0.0-20260604171358-7aec6bb435d4
91+
replace github.com/teilomillet/gollm => github.com/networkteam/gollm v0.0.0-20260614104521-19e75febe86b

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ github.com/modelcontextprotocol/go-sdk v1.6.1 h1:0zOSupjKUxPKSocPT1Wtago+mUHU2/u
100100
github.com/modelcontextprotocol/go-sdk v1.6.1/go.mod h1:kzm3kzFL1/+AziGOE0nUs3gvPoNxMCvkxokMkuFapXQ=
101101
github.com/muesli/cancelreader v0.2.2 h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=
102102
github.com/muesli/cancelreader v0.2.2/go.mod h1:3XuTXfFS2VjM+HTLZY9Ak0l6eUKfijIfMUZ4EgX0QYo=
103-
github.com/networkteam/gollm v0.0.0-20260604171358-7aec6bb435d4 h1:nqOZ8/3OGoPhhLa8Vg/xHgJDwblEcFGaz00sWBca5oM=
104-
github.com/networkteam/gollm v0.0.0-20260604171358-7aec6bb435d4/go.mod h1:ba4KWPPrYoc7PbPkcjTD6uMi2s5yXVWVsE5uzP+mvCg=
103+
github.com/networkteam/gollm v0.0.0-20260614104521-19e75febe86b h1:cfE3NvYaTg1cJXz0CDsRIsAlMXZ5f10Yv7lzl+lzCRU=
104+
github.com/networkteam/gollm v0.0.0-20260614104521-19e75febe86b/go.mod h1:ba4KWPPrYoc7PbPkcjTD6uMi2s5yXVWVsE5uzP+mvCg=
105105
github.com/networkteam/slogutils v0.4.0 h1:tf6Gf//H/a3EUmNszWEw8fhQkscrDdKt7HEdb2wBUhM=
106106
github.com/networkteam/slogutils v0.4.0/go.mod h1:j6siLHGfAkUpfhNUXw43EUdZv/HBaGd/RW7ToPwiJZo=
107107
github.com/philippgille/chromem-go v0.7.0 h1:4jfvfyKymjKNfGxBUhHUcj1kp7B17NL/I1P+vGh1RvY=

0 commit comments

Comments
 (0)