feat: Add OpenAI Codex Provider & improve LaTeX rendering - #288
Closed
sagnikonly wants to merge 1 commit into
Closed
feat: Add OpenAI Codex Provider & improve LaTeX rendering#288sagnikonly wants to merge 1 commit into
sagnikonly wants to merge 1 commit into
Conversation
Collaborator
|
Thanks for that! Will take a look soon! |
Contributor
Author
|
Thank You! |
Collaborator
|
Hi! We think the Codex part is not proper to be merged, for safety reasons. However, i love the latex rendering part. Maybe you could try split another pr about the LaTex rendering part independently, if available? After all, thanks for your contribution! |
Contributor
Author
|
I completely understand and respect the safety concerns regarding the Codex integration. I'm glad you liked the LaTeX rendering improvements! I would be happy to split those into a separate, independent PR for you. I'll get that set up shortly. Thanks for the guidance! |
Collaborator
|
That's so nice! Welcome to DeepTutor community~ |
Contributor
Author
|
Done! I've created a new independent PR for the LaTeX rendering fixes as suggested. 😄 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Thank you for this incredible project! I've been using it locally and as a token of my appreciation, I wanted to contribute a feature I built for myself: OpenAI Codex Provider Integration.
OpenAICodexProviderto the LLM factory to natively support the ChatGPT backend-api.CodexSection.tsx) to handle and store session tokens safely./api/codex/...) to cleanly route requests.web/lib/latex.tsto improve Math LaTeX rendering specifically for complex outputs generated by Codex.Related Issues
Module(s) Affected
agentsapiconfigcoreknowledgeloggingservicestoolsutilsweb(Frontend)docs(Documentation)scriptstests...Checklist
pre-commit run --all-filesand fixed any issues.Additional Notes
This was built to not interfere with existing OpenAI integrations, adding
openai_codexcleanly to the registry. Let me know if any changes are needed!