Dustin Newkirk hobokenchicken
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-05-05 15:41:24 +00:00
14de7e9ebf fix: wrap model-groups API responses in SuccessResponse for api.js client
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-05-05 15:33:07 +00:00
4fef201e95 fix: remove /api prefix from model-groups API calls (api.js already prepends it)
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-05-05 15:29:02 +00:00
bac03de051 docs: add automatic model routing to README
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-05-05 15:25:29 +00:00
37949e560b feat: add model groups dashboard page with CRUD UI
f04cb6b8f2 feat: add model groups CRUD admin API endpoints
10262c0e5a feat: wire model group router into chat completions handler
d345f8c41d feat: add classifier routing strategy with LLM complexity rating
d1f7a57f58 feat: add router package with heuristic strategy
Compare 6 commits »
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-05-05 13:36:53 +00:00
c009d401fb docs: add Responses API endpoint to README
hobokenchicken created branch main in hobokenchicken/adguard-register 2026-05-02 21:43:20 +00:00
hobokenchicken pushed to main at hobokenchicken/adguard-register 2026-05-02 21:43:20 +00:00
00a95fda80 feat: adguard-register — auto DNS registration agent for AdGuard Home
hobokenchicken created repository hobokenchicken/adguard-register 2026-05-02 21:43:09 +00:00
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-05-02 20:38:23 +00:00
e5ef39f327 feat: add OpenAI Responses API support (POST /v1/responses)
hobokenchicken pushed to main at hobokenchicken/webdev-site 2026-04-30 17:07:25 +00:00
f40cf11ef8 style: drop icon slop, swap primary to caramel, kill particles
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-30 14:17:47 +00:00
eb67287b56 fix: raise provider HTTP timeouts from 30s to 10min
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-30 14:04:51 +00:00
4aa17b4fd2 debug: add max_tokens trace logging to chat completions handler
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-30 13:32:17 +00:00
79571c6bdc fix: replace sql.NullTime with string scan for MAX() aggregate queries
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-28 19:36:07 +00:00
d46a333249 feat: inject max_tokens from models.dev registry when not specified in request
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-27 14:42:31 +00:00
7446f3463d fix: add per-image cost tracking for DALL-E and Imagen
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-27 14:28:41 +00:00
b1a72f5a10 fix: estimate image gen tokens from prompt length instead of hardcoding
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-27 14:06:12 +00:00
5ee539d95c feat: add image generation for OpenAI DALL-E and Gemini Imagen
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-27 01:14:54 +00:00
14e26a4323 feat: capture Gemini cached content tokens in cost tracking
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-27 01:09:57 +00:00
1c3b1c6fe9 fix: FindModel reverse fuzzy match for date-suffixed model IDs
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-04-26 19:00:06 +00:00
5e0c10db01 fix: goimports — strip unused imports from all server files