-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
๐ fix: Fix GitHub model fetch #4645
Conversation
Refactor OpenAICompatibleFactory
@BrandonStudio is attempting to deploy a commit to the LobeChat Community Team on Vercel. A member of the Team first needs to authorize it. |
๐ @BrandonStudio Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests โ
Additional details and impacted files@@ Coverage Diff @@
## main #4645 +/- ##
==========================================
+ Coverage 91.95% 98.14% +6.19%
==========================================
Files 548 12 -536
Lines 41423 2913 -38510
Branches 2511 311 -2200
==========================================
- Hits 38091 2859 -35232
+ Misses 3332 54 -3278
Flags with carried forward coverage won't be shown. Click here to find out more. โ View full report in Codecov by Sentry. |
@BrandonStudio ่ฝrebaseไธmainไธ๏ผๅ่ทไธๅๆตๅๆๅปบ๏ผ่ฝ่ฟๅฐฑๅไบ |
@BrandonStudio Can you rebase main? Then run the single test and build, if you can pass it, itโs fine. |
Will you squash or merge directly? It seems that there is no conflict |
I will squash it. You can just merge main. I need to trigger the CI again before merging. |
Automatically merged. Hope nothing unexpected happened |
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
โค๏ธ Great PR @BrandonStudio โค๏ธ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.36.33](v1.36.32...v1.36.33) <sup>Released on **2024-12-18**</sup> #### ๐ Bug Fixes - **misc**: Fix GitHub model fetch. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix GitHub model fetch, closes [#4645](#4645) ([b69dce3](b69dce3)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
๐ This PR is included in version 1.36.33 ๐ The release is available on: Your semantic-release bot ๐ฆ๐ |
### [Version 1.78.13](v1.78.12...v1.78.13) <sup>Released on **2024-12-19**</sup> #### โป Code Refactoring - **misc**: Refactor the drizzle code style. #### ๐ Bug Fixes - **misc**: Fix GitHub model fetch, fix pdf preview with capital ext. #### ๐ Styles - **misc**: Improve home page loading for better UX. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor the drizzle code style, closes [lobehub#5058](https://github.com/bentwnghk/lobe-chat/issues/5058) ([4057ad3](4057ad3)) #### What's fixed * **misc**: Fix GitHub model fetch, closes [lobehub#4645](https://github.com/bentwnghk/lobe-chat/issues/4645) ([b69dce3](b69dce3)) * **misc**: Fix pdf preview with capital ext, closes [lobehub#5074](https://github.com/bentwnghk/lobe-chat/issues/5074) ([3f9470f](3f9470f)) #### Styles * **misc**: Improve home page loading for better UX, closes [lobehub#5075](https://github.com/bentwnghk/lobe-chat/issues/5075) ([99026bb](99026bb)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
Refactor OpenAICompatibleFactory
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
models
method.models
parameter ofOpenAICompatibleFactory
.๐ ่กฅๅ ไฟกๆฏ | Additional Information
Fix #4547 (3/3).
This PR should not be merged before #4260.