• Joined on 2026-03-09
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-12 14:43:29 +08:00
05768316d9 feat: strengthen tool emulation prompting
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-12 14:29:57 +08:00
b719bdeaa2 feat: add capability and admin introspection endpoints
mmc pushed to main at mmc/lingma-proxy-compose 2026-05-08 13:07:27 +08:00
450faefaf9 Add API key authentication for proxy endpoints.
mmc pushed to main at mmc/lingma-proxy-compose 2026-05-08 12:18:13 +08:00
c1a0fe2949 Switch remote deploy to vendored source builds
mmc pushed to main at mmc/lingma-proxy-compose 2026-05-08 07:52:12 +08:00
bb27566e38 Add reusable remote deploy script
mmc pushed to main at mmc/lingma-proxy-compose 2026-05-07 23:55:51 +08:00
a4cedecca6 Add Docker Compose Lingma bootstrap support
86fbdbc40c Release v1.4.9 remote image routing
68e7843a45 Release v1.4.8 remote detection fixes
a87b2eefe4 Fix Windows remote URL detection
22f793c188 Release v1.4.7 with unlimited default timeout
Compare 10 commits »
mmc created branch main in mmc/lingma-proxy-compose 2026-05-07 23:55:51 +08:00
mmc created repository mmc/lingma-proxy-compose 2026-05-07 23:53:15 +08:00
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-07 18:13:29 +08:00
94a8025ae5 feat: add emulated tool-calling bridge for Lingma
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-06 17:25:56 +08:00
5911e4322e feat: intercept literal [tool_calls] arrays in generated text and map to actual function calls
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-06 16:45:52 +08:00
cca9c99e22 fix: tool calling by mapping tools and tool_choice to root payload instead of toolConfig
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-06 13:40:07 +08:00
26858e1aba fix: synthesize OpenAI tool calls from json and python fallback
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-06 13:17:42 +08:00
4c7f6cc0a1 fix: improve OpenAI forced tool-call fallback parsing
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-05 08:20:59 +08:00
433dfbbade test: align tool bridge expectations with current fallback behavior
mmc pushed to main at mmc/lingma-openai-gateway 2026-05-05 08:12:09 +08:00
462aef9f0e feat: improve tool-call bridging and env documentation
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-29 06:12:09 +08:00
d9fec3fd74 fix: trace tool forwarding decisions
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-25 15:28:18 +08:00
3c9d419726 fix: stop replaying OpenAI stream text
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-23 18:44:26 +08:00
109c34a8dc refactor: share request execution lifecycle
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-22 13:02:36 +08:00
f7fad97073 test: lock Anthropic contract regressions
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-22 11:37:23 +08:00
8b012310a2 refactor: extract tooling policy helpers