Dustin Newkirk hobokenchicken
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 20:26:33 +00:00
75b68521c8 fix(server): resolve build errors and clean imports
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 20:22:26 +00:00
8d1cbd28a8 style: fix cargo warnings (imports, dead_code)
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 20:21:09 +00:00
c3dda74113 style: fix cargo warnings (unused imports, dead_code)
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 20:18:31 +00:00
756600c2c0 feat: gemini postpaid billing (skip credit_balance deduction)
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 20:13:32 +00:00
beb511291f fix: deepseek streaming 400 error (remove stream_options.include_usage)
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 18:59:36 +00:00
3116084238 fix(streaming): use async_stream with [DONE] at end
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 18:52:21 +00:00
07f91ec4bb fix(streaming): collect chunks then stream with explicit [DONE]
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 18:41:00 +00:00
656a6f31ce fix(streaming): use async_stream to ensure [DONE] is always sent
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 18:30:40 +00:00
e0948a3e7f fix(streaming): use repeat_with + take for [DONE] marker
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 18:24:27 +00:00
5325068305 fix(streaming): restore SSE with [DONE] chain
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 18:06:55 +00:00
adbaa146fb docs: update README, deployment guide, and dashboard docs
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 18:02:12 +00:00
2a7a380977 fix(streaming): collect chunks then stream with explicit [DONE]
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 17:54:25 +00:00
2508a745c6 fix(streaming): use iter vec for [DONE] marker
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 17:47:21 +00:00
545664f0dd fix(streaming): attempt to detect final chunk for [DONE] marker
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 17:41:18 +00:00
99716d97ef fix(streaming): emit [DONE] using chain on aggregator stream
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 17:34:41 +00:00
2040b068e6 fix: resolve merge conflict in streaming code
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 17:31:08 +00:00
602f231de7 fix(streaming): use iter instead of once for [DONE] marker
Compare 2 commits »
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 17:24:30 +00:00
743dceafb4 fix(streaming): remove keep-alive to debug [DONE] marker issue
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 17:24:25 +00:00
df1e22d30b fix(streaming): remove keep-alive to debug [DONE] marker issue
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 16:56:21 +00:00
ea5c725aa8 fix(streaming): use iter instead of once for [DONE] marker