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

✨ feat: support tencent cloud #6029

Merged
merged 1 commit into from
Feb 11, 2025
Merged

✨ feat: support tencent cloud #6029

merged 1 commit into from
Feb 11, 2025

Conversation

arvinxx
Copy link
Contributor

@arvinxx arvinxx commented Feb 11, 2025

💻 变更类型 | Change Type

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

🔀 变更说明 | Description of Change

📝 补充信息 | Additional Information

Copy link

vercel bot commented Feb 11, 2025

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

Name Status Preview Comments Updated (UTC)
lobe-chat-database 🛑 Canceled (Inspect) Feb 11, 2025 6:29pm
lobe-chat-preview 🛑 Canceled (Inspect) Feb 11, 2025 6:29pm

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Feb 11, 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.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 96.51163% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.18%. Comparing base (ee48e30) to head (4f51193).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/libs/agent-runtime/AgentRuntime.ts 57.14% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #6029    +/-   ##
========================================
  Coverage   92.18%   92.18%            
========================================
  Files         656      659     +3     
  Lines       59643    59729    +86     
  Branches     4320     4124   -196     
========================================
+ Hits        54981    55064    +83     
- Misses       4662     4665     +3     
Flag Coverage Δ
app 92.18% <96.51%> (+<0.01%) ⬆️
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.

@dosubot dosubot bot added the 🌠 Feature Request New feature or request | 特性与建议 label Feb 11, 2025
@arvinxx arvinxx changed the title support tencent cloud ✨ feat: support tencent cloud Feb 11, 2025
@arvinxx arvinxx force-pushed the feat/support-tencent-cloud branch from 2a70b94 to 4f51193 Compare February 11, 2025 18:03
Copy link
Contributor

gru-agent bot commented Feb 11, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail 4f51193 ✅ Finished

Files

File Pull Request
src/config/aiModels/index.ts 🔴 Closed #6035
src/config/modelProviders/index.ts 🔴 Closed #6032
src/libs/agent-runtime/AgentRuntime.ts 🚫 Skipped (There's no need to update the test code)
src/libs/agent-runtime/tencentcloud/index.ts 🚫 Skipped (There's no need to update the test code)

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

@arvinxx arvinxx merged commit 6ec6b08 into main Feb 11, 2025
9 of 12 checks passed
@arvinxx arvinxx deleted the feat/support-tencent-cloud branch February 11, 2025 18:04
@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 11, 2025
## [Version&nbsp;1.53.0](v1.52.19...v1.53.0)
<sup>Released on **2025-02-11**</sup>

#### ✨ Features

- **misc**: Support tencent cloud provider.

#### 💄 Styles

- **misc**: Update i18n, update provider i18n.

<br/>

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

#### What's improved

* **misc**: Support tencent cloud provider, closes [#6029](#6029) ([6ec6b08](6ec6b08))

#### Styles

* **misc**: Update i18n, closes [#6030](#6030) ([ee48e30](ee48e30))
* **misc**: Update provider i18n, closes [#6031](#6031) ([e0e231c](e0e231c))

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

The release is available on:

Your semantic-release bot 📦🚀

@vercel vercel bot temporarily deployed to Preview – lobe-chat-preview February 11, 2025 18:24 Inactive
@vercel vercel bot temporarily deployed to Preview – lobe-chat-database February 11, 2025 18:29 Inactive
github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request Feb 11, 2025
## [Version&nbsp;1.95.0](v1.94.9...v1.95.0)
<sup>Released on **2025-02-11**</sup>

#### ♻ Code Refactoring

- **misc**: Refactor the agent runtime test case.

#### ✨ Features

- **misc**: Support tencent cloud provider.

#### 💄 Styles

- **misc**: Update i18n, update provider i18n.

<br/>

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

#### Code refactoring

* **misc**: Refactor the agent runtime test case, closes [lobehub#6025](https://github.com/bentwnghk/lobe-chat/issues/6025) ([3414fdd](3414fdd))

#### What's improved

* **misc**: Support tencent cloud provider, closes [lobehub#6029](https://github.com/bentwnghk/lobe-chat/issues/6029) ([6ec6b08](6ec6b08))

#### Styles

* **misc**: Update i18n, closes [lobehub#6030](https://github.com/bentwnghk/lobe-chat/issues/6030) ([ee48e30](ee48e30))
* **misc**: Update provider i18n, closes [lobehub#6031](https://github.com/bentwnghk/lobe-chat/issues/6031) ([e0e231c](e0e231c))

</details>

<div align="right">

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

</div>
likaiqiang pushed a commit to likaiqiang/lobe-chat that referenced this pull request Feb 12, 2025
likaiqiang pushed a commit to likaiqiang/lobe-chat that referenced this pull request Feb 12, 2025
## [Version&nbsp;1.53.0](lobehub/lobe-chat@v1.52.19...v1.53.0)
<sup>Released on **2025-02-11**</sup>

#### ✨ Features

- **misc**: Support tencent cloud provider.

#### 💄 Styles

- **misc**: Update i18n, update provider i18n.

<br/>

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

#### What's improved

* **misc**: Support tencent cloud provider, closes [lobehub#6029](lobehub#6029) ([6ec6b08](lobehub@6ec6b08))

#### Styles

* **misc**: Update i18n, closes [lobehub#6030](lobehub#6030) ([ee48e30](lobehub@ee48e30))
* **misc**: Update provider i18n, closes [lobehub#6031](lobehub#6031) ([e0e231c](lobehub@e0e231c))

</details>

<div align="right">

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

</div>
@wcu1117
Copy link

wcu1117 commented Feb 12, 2025

配置哪个能打开腾讯云代理的deepseek?

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Which one can configure to open Tencent Cloud Agent's deepseek?

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.0](lobehub/lobe-chat@v1.52.19...v1.53.0)
<sup>Released on **2025-02-11**</sup>

#### ✨ Features

- **misc**: Support tencent cloud provider.

#### 💄 Styles

- **misc**: Update i18n, update provider i18n.

<br/>

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

#### What's improved

* **misc**: Support tencent cloud provider, closes [lobehub#6029](lobehub#6029) ([6ec6b08](lobehub@6ec6b08))

#### Styles

* **misc**: Update i18n, closes [lobehub#6030](lobehub#6030) ([ee48e30](lobehub@ee48e30))
* **misc**: Update provider i18n, closes [lobehub#6031](lobehub#6031) ([e0e231c](lobehub@e0e231c))

</details>

<div align="right">

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

</div>
@yangyao
Copy link

yangyao commented Feb 14, 2025

没有看到 腾讯云的选项
版本 : v1.53.12
image

@morningyi
Copy link

没有看到 腾讯云的选项 版本 : v1.53.12 image

我也是1.53.12 版本,我也没看到腾讯云选项(Docker 部署)

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


No option version of Tencent Cloud is seen: v1.53.12 image

I'm also in version 1.53.12, and I don't see Tencent Cloud Options (Docker Deployment)

ramu-narasinga pushed a commit to ramu-narasinga/lobe-chat that referenced this pull request Feb 17, 2025
ramu-narasinga pushed a commit to ramu-narasinga/lobe-chat that referenced this pull request Feb 17, 2025
## [Version&nbsp;1.53.0](lobehub/lobe-chat@v1.52.19...v1.53.0)
<sup>Released on **2025-02-11**</sup>

#### ✨ Features

- **misc**: Support tencent cloud provider.

#### 💄 Styles

- **misc**: Update i18n, update provider i18n.

<br/>

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

#### What's improved

* **misc**: Support tencent cloud provider, closes [lobehub#6029](lobehub#6029) ([6ec6b08](lobehub@6ec6b08))

#### Styles

* **misc**: Update i18n, closes [lobehub#6030](lobehub#6030) ([ee48e30](lobehub@ee48e30))
* **misc**: Update provider i18n, closes [lobehub#6031](lobehub#6031) ([e0e231c](lobehub@e0e231c))

</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
🌠 Feature Request New feature or request | 特性与建议 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] 腾讯云deepseek模型无法在lobechat中使用 [Request] 建议增加腾讯满血版的DeepSeek R1
5 participants