feat(M3-003): OpenAI provider adapter for Codex gpt-5.4 (#310)
Some checks failed
ci/woodpecker/push/ci Pipeline failed

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #310.
This commit is contained in:
2026-03-21 21:35:43 +00:00
committed by jason.woltje
parent 5d4efb467c
commit 08da6b76d1
5 changed files with 229 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
export { OllamaAdapter } from './ollama.adapter.js';
export { AnthropicAdapter } from './anthropic.adapter.js';
export { OpenAIAdapter } from './openai.adapter.js';