Fix misspellings of 'compatible'/'compatibility' in OpenAIService#1043
Open
5jdcdr57gf-stack wants to merge 1 commit into
Open
Fix misspellings of 'compatible'/'compatibility' in OpenAIService#10435jdcdr57gf-stack wants to merge 1 commit into
5jdcdr57gf-stack wants to merge 1 commit into
Conversation
Corrects four typos in marker/services/openai.py: - 'compatability' -> 'compatibility' (config field description, user-facing) - 'openAI-compatabile' -> 'OpenAI-compatible' (docstring) - 'compatability' -> 'compatibility' (docstring param) - 'OpenAI-compatbile' -> 'OpenAI-compatible' (docstring return) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
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.
Summary
Fixes four spelling errors of compatible/compatibility in
marker/services/openai.py. One of them is in a user-facing config field description (openai_image_format), so it shows up inconfig --helpoutput; the other three are in theprocess_imagesdocstring....for better **compatability**...for better **compatibility****openAI-compatabile** multimodal model.**OpenAI-compatible** multimodal model....use "png" for better **compatability**....use "png" for better **compatibility**.A list of **OpenAI-compatbile** multimodal messages...A list of **OpenAI-compatible** multimodal messages...Notes
python -c "import ast; ast.parse(...)").🤖 Generated with Claude Code