Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

🐛 fix: fix not enable models correctly #6071

Merged
merged 2 commits into from
Feb 13, 2025
Merged

🐛 fix: fix not enable models correctly #6071

merged 2 commits into from
Feb 13, 2025

Conversation

arvinxx
Copy link
Contributor

@arvinxx arvinxx commented Feb 13, 2025

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 👷 build
  • ⚡️ perf
  • 📝 docs
  • 🔨 chore

🔀 变更说明 | Description of Change

📝 补充信息 | Additional Information

单测也补充完毕了,aiModels/aiProviders 这块基础代码应该已经稳定

Copy link

vercel bot commented Feb 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat-database ✅ Ready (Inspect) Visit Preview Feb 13, 2025 3:05am
lobe-chat-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 3:05am

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Feb 13, 2025
@lobehubbot
Copy link
Member

👍 @arvinxx

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@dosubot dosubot bot added the 🐛 Bug Something isn't working | 缺陷 label Feb 13, 2025
@arvinxx arvinxx changed the title 🐛 fix: fix not enable model correctly 🐛 fix: fix not enable models correctly Feb 13, 2025
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.42%. Comparing base (8c4ce26) to head (2f2aa3d).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6071      +/-   ##
==========================================
+ Coverage   92.40%   92.42%   +0.02%     
==========================================
  Files         660      660              
  Lines       59837    59845       +8     
  Branches     4182     3010    -1172     
==========================================
+ Hits        55291    55314      +23     
+ Misses       4546     4531      -15     
Flag Coverage Δ
app 92.42% <100.00%> (+0.02%) ⬆️
server 98.01% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arvinxx arvinxx merged commit b78328e into main Feb 13, 2025
19 of 20 checks passed
@arvinxx arvinxx deleted the git branch February 13, 2025 03:07
@lobehubbot
Copy link
Member

❤️ Great PR @arvinxx ❤️

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.
项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx@canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。

github-actions bot pushed a commit that referenced this pull request Feb 13, 2025
### [Version&nbsp;1.53.6](v1.53.5...v1.53.6)
<sup>Released on **2025-02-13**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix not enable models correctly.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix not enable models correctly, closes [#6071](#6071) ([b78328e](b78328e))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
@lobehubbot
Copy link
Member

🎉 This PR is included in version 1.53.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request Feb 13, 2025
### [Version&nbsp;1.95.2](v1.95.1...v1.95.2)
<sup>Released on **2025-02-13**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix ai model abilities issue, fix latex in thinking tag render, fix not enable models correctly, fix tencent cloud api issue.

#### 💄 Styles

- **misc**: Update model list.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix ai model abilities issue, closes [lobehub#6060](https://github.com/bentwnghk/lobe-chat/issues/6060) ([718f477](718f477))
* **misc**: Fix latex in thinking tag render, closes [lobehub#6063](https://github.com/bentwnghk/lobe-chat/issues/6063) ([7e89b2d](7e89b2d))
* **misc**: Fix not enable models correctly, closes [lobehub#6071](https://github.com/bentwnghk/lobe-chat/issues/6071) ([b78328e](b78328e))
* **misc**: Fix tencent cloud api issue, closes [lobehub#6058](https://github.com/bentwnghk/lobe-chat/issues/6058) ([025d0bc](025d0bc))

#### Styles

* **misc**: Update model list, closes [lobehub#6056](https://github.com/bentwnghk/lobe-chat/issues/6056) ([be0d7f6](be0d7f6))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
AirboZH pushed a commit to yuanze-dev/lobe-chat that referenced this pull request Feb 14, 2025
AirboZH pushed a commit to yuanze-dev/lobe-chat that referenced this pull request Feb 14, 2025
### [Version&nbsp;1.53.6](lobehub/lobe-chat@v1.53.5...v1.53.6)
<sup>Released on **2025-02-13**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix not enable models correctly.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix not enable models correctly, closes [lobehub#6071](lobehub#6071) ([b78328e](lobehub@b78328e))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🐛 Bug Something isn't working | 缺陷 released size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] chat聊天框里多了很多我没设置的模型
2 participants