-
Notifications
You must be signed in to change notification settings - Fork 64
feat: merge main #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat: merge main #282
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4634039
docs: update Citation
e06084 27f3212
docs: update wechat
e06084 7f9eaf6
Merge pull request #196 from e06084/main
e06084 beddef1
docs: update wechat pic
e06084 1c47449
Merge pull request #201 from e06084/main
e06084 8ba9d2f
docs: update wechat pic
e06084 a6a2592
Merge pull request #214 from e06084/main
e06084 d67f3bd
docs: update wechat pic
e06084 2537d28
Merge pull request #231 from e06084/main
e06084 7b0a899
Merge pull request #236 from MigoXLab/dev
e06084 8f2103f
docs: update wechat
e06084 f316f18
Merge pull request #240 from e06084/main
e06084 af51932
docs: update wechat (#245)
e06084 8505863
feat: update wechat img (#249)
e06084 8f1f912
feat: update wechat (#261)
e06084 e8cc8e4
docs: update wechat (#268)
e06084 4243117
feat: openai version free
shijinpjlab 01598bf
Merge pull request #274 from shijinpjlab/main1209
shijinpjlab 5df390d
Bump version from 1.11.0 to 1.11.1
shijinpjlab e3fd796
docs: update wechat (#279)
e06084 3c9de34
feat: gradio
shijinpjlab 2eb2fb7
Merge pull request #280 from shijinpjlab/main_1211
shijinpjlab 2a61c08
feat: fix
shijinpjlab 0ace311
Merge pull request #281 from shijinpjlab/main_1211
shijinpjlab 0b67df1
Merge remote-tracking branch 'upstream/main' into dev_main
shijinpjlab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While allowing newer versions of
openaiprovides flexibility, using>=without an upper bound is risky. It could pull in a future major version (e.g., 2.0.0) with breaking API changes, which would likely cause this library to fail. It's a best practice to specify a compatible range to prevent this.I suggest using a pessimistic version constraint to allow updates within the current major version but prevent breaking changes from a future major version.