Merge pull request #21 from gnanam1990/fix/openai-stream-duplicate-response

fix: prevent duplicate responses in OpenAI streaming
This commit is contained in:
Kevin Codex
2026-04-01 20:57:52 +08:00
committed by GitHub
10 changed files with 350 additions and 33 deletions

View File

@@ -18,6 +18,7 @@
"dev:profile:fast": "bun run scripts/provider-launch.ts auto --fast --bare",
"dev:codex": "bun run scripts/provider-launch.ts codex",
"dev:openai": "bun run scripts/provider-launch.ts openai",
"dev:gemini": "bun run scripts/provider-launch.ts gemini",
"dev:ollama": "bun run scripts/provider-launch.ts ollama",
"dev:ollama:fast": "bun run scripts/provider-launch.ts ollama --fast --bare",
"profile:init": "bun run scripts/provider-bootstrap.ts",