feat(llm): support OpenAI Codex endpoints#62
Conversation
|
|
|
🔍 OpenCodeReview found 8 issue(s) in this PR.
📊 Posting Statistics:
❌ Failed Comments Details
|
|
exactly what im looking for. hope this will be resolved and merged soon |
8f6fb9f to
11523e9
Compare
11523e9 to
ab7e1f7
Compare
|
Hi @linux-devil, thanks for this PR! Since this PR was opened, we've landed a provider-based architecture on Would you be able to rebase onto the latest Looking forward to seeing your updated design — happy to discuss the approach before you start coding if that would help! |
|
Sure, let me look into it
Best Regards
Harshit Sharma
…On Thu, Jun 25, 2026 at 7:18 PM kite ***@***.***> wrote:
*lizhengfeng101* left a comment (alibaba/open-code-review#62)
<#62 (comment)>
Hi @linux-devil <https://github.com/linux-devil>, thanks for this PR!
Since this PR was opened, we've landed a provider-based architecture on
main that natively supports configuring different LLM providers
(including OpenAI-compatible endpoints). You can see the latest setup in
the docs and the ocr llm setup interactive flow.
Would you be able to rebase onto the latest main and rework your changes
on top of the new provider system? That way we can avoid duplicating logic
and ensure everything fits cleanly into the current design.
Looking forward to seeing your updated design — happy to discuss the
approach before you start coding if that would help!
—
Reply to this email directly, view it on GitHub
<#62?email_source=notifications&email_token=AACLEYTF6MTRGL5J6VZOQNL5BUUTJA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBQGAYDENRXHA22M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4800026785>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACLEYSXZVN6MXBVWJ4BERT5BUUTJAVCNFSNUABGKJSXA33TNF2G64TZHMYTENBRHE3DAMRSGY5US43TOVSTWNBWGAZTAMRQGU2DJILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AACLEYQM36HBLMSMJ2FHACT5BUUTJA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBQGAYDENRXHA22M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/AACLEYTAS7DMZ6KDDFVGUYD5BUUTJA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBQGAYDENRXHA22M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Summary
/v1/responsesendpointsmax_completion_tokensfor GPT-5/Codex/o-series chat-completions models while preservingmax_tokensfor legacy modelsOCR_LLM_AUTH_TOKEN/OCR_LLM_USE_ANTHROPICnamesTests
git diff --checkgo test ./internal/llmmake buildocr llm testagainst an Azure GPT-5.5 chat-completions deploymentNote:
go test ./...currently fails ininternal/config/rulesbecause existing tests expect Chinese default-rule snippets while the embedded default rules resolve to English text; that failure is unrelated to this LLM endpoint change.