-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
๐ style(spelling): correct "broswer" to "browser" across codebase #6876
Conversation
fix(spelling): correct "broswer" to "browser" across codebase - Fix typo in modelConfig.ts and modelConfig.test.ts - Correct spelling in aiProvider/selectors.ts - Fix spelling in localization files (setting.ts, setting.json) - Update spelling in modelProviders/index.ts - Corrected in multiple locales (zh-TW, zh-CN, fa-IR)
@curtisrecords is attempting to deploy a commit to the LobeChat Desktop Team on Vercel. A member of the Team first needs to authorize it. |
TestGru AssignmentSummary
Files
Tip You can |
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6876 +/- ##
=========================================
Coverage 91.36% 91.36%
=========================================
Files 729 729
Lines 68681 68681
Branches 3344 4645 +1301
=========================================
Hits 62751 62751
Misses 5930 5930
Flags with carried forward coverage won't be shown. Click here to find out more. โ View full report in Codecov by Sentry. ๐ New features to boost your workflow:
|
### [Version 1.70.3](v1.70.2...v1.70.3) <sup>Released on **2025-03-11**</sup> #### ๐ Styles - **spelling**: Correct "broswer" to "browser" across codebase. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **spelling**: Correct "broswer" to "browser" across codebase, closes [#6876](#6876) ([8d677a2](8d677a2)) </details> <div align="right"> [](#readme-top) </div>
### [Version 1.111.1](v1.111.0...v1.111.1) <sup>Released on **2025-03-13**</sup> #### ๐ Bug Fixes - **misc**: Fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work. #### ๐ Styles - **spelling**: Correct "broswer" to "browser" across codebase. - **misc**: Support OpenRouter custom BaseURL. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix crawl result for short content, closes [lobehub#6903](https://github.com/bentwnghk/lobe-chat/issues/6903) [lobehub#6904](https://github.com/bentwnghk/lobe-chat/issues/6904) ([d8fda65](d8fda65)) * **misc**: Fix theme flicking, closes [lobehub#6926](https://github.com/bentwnghk/lobe-chat/issues/6926) ([103c3e3](103c3e3)) * **misc**: Link jump in mobile terminal data statistics, closes [lobehub#6893](https://github.com/bentwnghk/lobe-chat/issues/6893) ([505d24d](505d24d)) * **misc**: Refactor the theme implement, closes [lobehub#6844](https://github.com/bentwnghk/lobe-chat/issues/6844) ([e5c2161](e5c2161)) * **misc**: The agent setting `-edit_agent` not work, closes [lobehub#4609](https://github.com/bentwnghk/lobe-chat/issues/4609) ([7af0ec6](7af0ec6)) #### Styles * **spelling**: Correct "broswer" to "browser" across codebase, closes [lobehub#6876](https://github.com/bentwnghk/lobe-chat/issues/6876) ([8d677a2](8d677a2)) * **misc**: Support OpenRouter custom BaseURL ([a8089ed](a8089ed)) </details> <div align="right"> [](#readme-top) </div>
## [Version 1.18.0](v1.17.1...v1.18.0) <sup>Released on **2025-03-13**</sup> #### โจ Features - **misc**: Support no-fc models like deepseek r1 with online search. #### ๐ Bug Fixes - **misc**: Fix anthropic max tokens, fix context cache control and model builtin search switch, fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work, update cvpr cvf url rules. #### ๐ Styles - **chat**: Auto send message from URL. - **spelling**: Correct "broswer" to "browser" across codebase. - **misc**: Support openrouter claude 3.7 sonnet reasoning, Support OpenRouter custom BaseURL. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support no-fc models like deepseek r1 with online search, closes [lobehub#6842](https://github.com/jaworldwideorg/OneJA-Bot/issues/6842) ([f284c25](f284c25)) #### What's fixed * **misc**: Fix anthropic max tokens, closes [lobehub#6859](https://github.com/jaworldwideorg/OneJA-Bot/issues/6859) ([35fbc6c](35fbc6c)) * **misc**: Fix context cache control and model builtin search switch, closes [lobehub#6831](https://github.com/jaworldwideorg/OneJA-Bot/issues/6831) ([5c6b8ea](5c6b8ea)) * **misc**: Fix crawl result for short content, closes [lobehub#6903](https://github.com/jaworldwideorg/OneJA-Bot/issues/6903) [lobehub#6904](https://github.com/jaworldwideorg/OneJA-Bot/issues/6904) ([d8fda65](d8fda65)) * **misc**: Fix theme flicking, closes [lobehub#6926](https://github.com/jaworldwideorg/OneJA-Bot/issues/6926) ([103c3e3](103c3e3)) * **misc**: Link jump in mobile terminal data statistics, closes [lobehub#6893](https://github.com/jaworldwideorg/OneJA-Bot/issues/6893) ([505d24d](505d24d)) * **misc**: Refactor the theme implement, closes [lobehub#6844](https://github.com/jaworldwideorg/OneJA-Bot/issues/6844) ([e5c2161](e5c2161)) * **misc**: The agent setting `-edit_agent` not work, closes [lobehub#4609](https://github.com/jaworldwideorg/OneJA-Bot/issues/4609) ([7af0ec6](7af0ec6)) * **misc**: Update cvpr cvf url rules, closes [lobehub#6860](https://github.com/jaworldwideorg/OneJA-Bot/issues/6860) ([c299067](c299067)) #### Styles * **chat**: Auto send message from URL, closes [lobehub#6497](https://github.com/jaworldwideorg/OneJA-Bot/issues/6497) ([30b2639](30b2639)) * **spelling**: Correct "broswer" to "browser" across codebase, closes [lobehub#6876](https://github.com/jaworldwideorg/OneJA-Bot/issues/6876) ([8d677a2](8d677a2)) * **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [lobehub#6806](https://github.com/jaworldwideorg/OneJA-Bot/issues/6806) ([f1ffc2c](f1ffc2c)) * **misc**: Support OpenRouter custom BaseURL ([a8089ed](a8089ed)) </details> <div align="right"> [](#readme-top) </div>
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
Fix spelling error by correcting "broswer" to "browser" across multiple files including model configuration, provider settings, and localization files. This change ensures consistent and correct spelling throughout the codebase.
๐ ่กฅๅ ไฟกๆฏ | Additional Information
Files affected:
This is a simple spelling correction with no functional changes to the application behavior.