Skip to content
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: Add gemini new model #5546

Merged
merged 2 commits into from
Jan 22, 2025
Merged

💄 style: Add gemini new model #5546

merged 2 commits into from
Jan 22, 2025

Conversation

sxjeru
Copy link
Contributor

@sxjeru sxjeru commented Jan 22, 2025

💻 变更类型 | Change Type

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

🔀 变更说明 | Description of Change

gemini-2.0-flash-thinking-exp-01-21 于今日发布。

https://ai.google.dev/gemini-api/docs/models/experimental-models#available-models

📝 补充信息 | Additional Information

Copy link

vercel bot commented Jan 22, 2025

@sxjeru is attempting to deploy a commit to the LobeHub Team on Vercel.

A member of the Team first needs to authorize it.

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. Gemini labels Jan 22, 2025
@lobehubbot
Copy link
Member

👍 @sxjeru

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.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.16%. Comparing base (979849c) to head (6cf6fe5).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #5546    +/-   ##
========================================
  Coverage   92.15%   92.16%            
========================================
  Files         640      640            
  Lines       56821    56856    +35     
  Branches     4238     4041   -197     
========================================
+ Hits        52365    52400    +35     
  Misses       4456     4456            
Flag Coverage Δ
app 92.16% <100.00%> (+<0.01%) ⬆️
server 97.99% <ø> (ø)

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.

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Jan 22, 2025
@arvinxx arvinxx merged commit ebdd626 into lobehub:main Jan 22, 2025
5 of 7 checks passed
@lobehubbot
Copy link
Member

❤️ Great PR @sxjeru ❤️

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 消息。

@sxjeru sxjeru deleted the patch-3 branch January 22, 2025 14:13
github-actions bot pushed a commit that referenced this pull request Jan 22, 2025
### [Version&nbsp;1.47.16](v1.47.15...v1.47.16)
<sup>Released on **2025-01-22**</sup>

#### ♻ Code Refactoring

- **misc**: Move hooks and component.

#### 💄 Styles

- **misc**: Add gemini new model.

<br/>

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

#### Code refactoring

* **misc**: Move hooks and component, closes [#5551](#5551) ([c5db091](c5db091))

#### Styles

* **misc**: Add gemini new model, closes [#5546](#5546) ([ebdd626](ebdd626))

</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.47.16 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request Jan 22, 2025
### [Version&nbsp;1.89.10](v1.89.9...v1.89.10)
<sup>Released on **2025-01-22**</sup>

#### ♻ Code Refactoring

- **misc**: Move hooks and component.

#### 🐛 Bug Fixes

- **misc**: Upgrade `react-i18next` to ^15.

#### 💄 Styles

- **misc**: Add gemini new model.

<br/>

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

#### Code refactoring

* **misc**: Move hooks and component, closes [lobehub#5551](https://github.com/bentwnghk/lobe-chat/issues/5551) ([c5db091](c5db091))

#### What's fixed

* **misc**: Upgrade `react-i18next` to ^15, closes [lobehub#5553](https://github.com/bentwnghk/lobe-chat/issues/5553) ([d0275fd](d0275fd))

#### Styles

* **misc**: Add gemini new model, closes [lobehub#5546](https://github.com/bentwnghk/lobe-chat/issues/5546) ([ebdd626](ebdd626))

</details>

<div align="right">

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

</div>
gecsp pushed a commit to gecsp/lobe-chat that referenced this pull request Jan 28, 2025
* Update google.ts

* Update google.ts
gecsp pushed a commit to gecsp/lobe-chat that referenced this pull request Jan 28, 2025
### [Version&nbsp;1.47.16](lobehub/lobe-chat@v1.47.15...v1.47.16)
<sup>Released on **2025-01-22**</sup>

#### ♻ Code Refactoring

- **misc**: Move hooks and component.

#### 💄 Styles

- **misc**: Add gemini new model.

<br/>

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

#### Code refactoring

* **misc**: Move hooks and component, closes [lobehub#5551](lobehub#5551) ([c5db091](lobehub@c5db091))

#### Styles

* **misc**: Add gemini new model, closes [lobehub#5546](lobehub#5546) ([ebdd626](lobehub@ebdd626))

</details>

<div align="right">

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

</div>
gecsp pushed a commit to gecsp/lobe-chat that referenced this pull request Feb 1, 2025
* Update google.ts

* Update google.ts
gecsp pushed a commit to gecsp/lobe-chat that referenced this pull request Feb 1, 2025
### [Version&nbsp;1.47.16](lobehub/lobe-chat@v1.47.15...v1.47.16)
<sup>Released on **2025-01-22**</sup>

#### ♻ Code Refactoring

- **misc**: Move hooks and component.

#### 💄 Styles

- **misc**: Add gemini new model.

<br/>

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

#### Code refactoring

* **misc**: Move hooks and component, closes [lobehub#5551](lobehub#5551) ([c5db091](lobehub@c5db091))

#### Styles

* **misc**: Add gemini new model, closes [lobehub#5546](lobehub#5546) ([ebdd626](lobehub@ebdd626))

</details>

<div align="right">

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

</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gemini released size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants