Showing
4 changed files
with
23 additions
and
10 deletions
| @@ -8,7 +8,8 @@ | @@ -8,7 +8,8 @@ | ||
| 8 | <a href="https://lioncc.ai/" target="_blank"><img src="./static/image/logo_loincc.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a>  | 8 | <a href="https://lioncc.ai/" target="_blank"><img src="./static/image/logo_loincc.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a>  |
| 9 | <a href="https://share.302.ai/P66Qe3" target="_blank"><img src="./static/image/logo_302ai.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a> | 9 | <a href="https://share.302.ai/P66Qe3" target="_blank"><img src="./static/image/logo_302ai.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a> |
| 10 | 10 | ||
| 11 | -<a href="https://open.anspire.cn/?share_code=3E1FUOUH" target="_blank"><img src="./static/image/logo_anspire.png" alt="666ghj%2FBettaFish | Trendshift" height="50"/></a> | 11 | +<a href="https://open.anspire.cn/?share_code=3E1FUOUH" target="_blank"><img src="./static/image/logo_anspire.png" alt="666ghj%2FBettaFish | Trendshift" height="50"/></a>  |
| 12 | +<a href="https://www.thordata.com/?ls=github&lk=BettaFish" target="_blank"><img src="./static/image/logo_thordata.png" alt="666ghj%2FBettaFish | Trendshift" height="50"/></a> | ||
| 12 | 13 | ||
| 13 | [](https://github.com/666ghj/BettaFish/stargazers) | 14 | [](https://github.com/666ghj/BettaFish/stargazers) |
| 14 | [](https://github.com/666ghj/BettaFish/watchers) | 15 | [](https://github.com/666ghj/BettaFish/watchers) |
| @@ -88,6 +89,12 @@ Solomon LionCC BettaFish WeiYu Benefits: Open codecodex.ai Lion Programming Chan | @@ -88,6 +89,12 @@ Solomon LionCC BettaFish WeiYu Benefits: Open codecodex.ai Lion Programming Chan | ||
| 88 | Anspire Open is a leading infrastructure provider for the agent era. We offer developers the core capability stack needed to build powerful agents. Currently available services include AI web search (multiple versions, highly competitive pricing), file parsing (limited-time free), web content scraping (limited-time free), cloud browser automation (Anspire Browser Agent, in beta), multi-turn rewriting, and more. We continue to provide a solid foundation for agents to connect and operate in complex digital worlds. Seamlessly integrates with mainstream agent platforms such as Dify, Coze, and Yuanqi. Through a transparent credit-based billing system and modular design, we provide enterprises with efficient, low-cost customized support to accelerate intelligent transformation. | 89 | Anspire Open is a leading infrastructure provider for the agent era. We offer developers the core capability stack needed to build powerful agents. Currently available services include AI web search (multiple versions, highly competitive pricing), file parsing (limited-time free), web content scraping (limited-time free), cloud browser automation (Anspire Browser Agent, in beta), multi-turn rewriting, and more. We continue to provide a solid foundation for agents to connect and operate in complex digital worlds. Seamlessly integrates with mainstream agent platforms such as Dify, Coze, and Yuanqi. Through a transparent credit-based billing system and modular design, we provide enterprises with efficient, low-cost customized support to accelerate intelligent transformation. |
| 89 | </details> | 90 | </details> |
| 90 | 91 | ||
| 92 | +<details> | ||
| 93 | +<summary>Claim 1GB free trial, enterprise-grade global proxy IP and Scraper API solution provider, register now: <span style="margin-left: 10px"><a href="https://www.thordata.com/?ls=github&lk=BettaFish" target="_blank"><img src="./static/image/logo_thordata.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a></span></summary> | ||
| 94 | +<img src="static/image/banner_thordata.png" height="250" alt="banner"> | ||
| 95 | +Thordata helps enterprises easily access publicly available web data through highly reliable proxy networks and automated scraping solutions, with a commitment to 99.9% uptime and 99.7% success rate. | ||
| 96 | +</details> | ||
| 97 | + | ||
| 91 | ## 🏗️ System Architecture | 98 | ## 🏗️ System Architecture |
| 92 | 99 | ||
| 93 | ### Overall Architecture Diagram | 100 | ### Overall Architecture Diagram |
| @@ -571,16 +578,14 @@ The system supports any LLM provider that follows the OpenAI request format. You | @@ -571,16 +578,14 @@ The system supports any LLM provider that follows the OpenAI request format. You | ||
| 571 | >```python | 578 | >```python |
| 572 | >from openai import OpenAI | 579 | >from openai import OpenAI |
| 573 | > | 580 | > |
| 574 | ->client = OpenAI(api_key="your_api_key", | ||
| 575 | -> base_url="https://api.siliconflow.cn/v1") | 581 | +>client = OpenAI(api_key="your_api_key", |
| 582 | +> base_url="https://aihubmix.com/v1") | ||
| 576 | > | 583 | > |
| 577 | >response = client.chat.completions.create( | 584 | >response = client.chat.completions.create( |
| 578 | -> model="Qwen/Qwen2.5-72B-Instruct", | 585 | +> model="gpt-4o-mini", |
| 579 | > messages=[ | 586 | > messages=[ |
| 580 | -> { | ||
| 581 | -> 'role': 'user', | ||
| 582 | -> 'content': "What new opportunities will reasoning models bring to the market?" | ||
| 583 | -> } | 587 | +> {'role': 'user', |
| 588 | +> 'content': "What new opportunities will reasoning models bring to the market?"} | ||
| 584 | > ], | 589 | > ], |
| 585 | >) | 590 | >) |
| 586 | > | 591 | > |
| @@ -8,7 +8,8 @@ | @@ -8,7 +8,8 @@ | ||
| 8 | <a href="https://lioncc.ai/" target="_blank"><img src="./static/image/logo_loincc.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a>  | 8 | <a href="https://lioncc.ai/" target="_blank"><img src="./static/image/logo_loincc.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a>  |
| 9 | <a href="https://share.302.ai/P66Qe3" target="_blank"><img src="./static/image/logo_302ai.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a> | 9 | <a href="https://share.302.ai/P66Qe3" target="_blank"><img src="./static/image/logo_302ai.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a> |
| 10 | 10 | ||
| 11 | -<a href="https://open.anspire.cn/?share_code=3E1FUOUH" target="_blank"><img src="./static/image/logo_anspire.png" alt="666ghj%2FBettaFish | Trendshift" height="50"/></a> | 11 | +<a href="https://open.anspire.cn/?share_code=3E1FUOUH" target="_blank"><img src="./static/image/logo_anspire.png" alt="666ghj%2FBettaFish | Trendshift" height="50"/></a>  |
| 12 | +<a href="https://www.thordata.com/?ls=github&lk=BettaFish" target="_blank"><img src="./static/image/logo_thordata.png" alt="666ghj%2FBettaFish | Trendshift" height="50"/></a> | ||
| 12 | 13 | ||
| 13 | [](https://github.com/666ghj/BettaFish/stargazers) | 14 | [](https://github.com/666ghj/BettaFish/stargazers) |
| 14 | [](https://github.com/666ghj/BettaFish/watchers) | 15 | [](https://github.com/666ghj/BettaFish/watchers) |
| @@ -80,7 +81,8 @@ LLM模型API赞助:<a href="https://aihubmix.com/?aff=8Ds9" target="_blank"><i | @@ -80,7 +81,8 @@ LLM模型API赞助:<a href="https://aihubmix.com/?aff=8Ds9" target="_blank"><i | ||
| 80 | 81 | ||
| 81 | <details> | 82 | <details> |
| 82 | <summary>按用量付费的企业级AI资源平台,提供市场上全面的AI模型和API,以及多种在线AI应用:</a><span style="margin-left: 10px"><a href="https://share.302.ai/P66Qe3" target="_blank"><img src="./static/image/logo_302ai.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a></summary> | 83 | <summary>按用量付费的企业级AI资源平台,提供市场上全面的AI模型和API,以及多种在线AI应用:</a><span style="margin-left: 10px"><a href="https://share.302.ai/P66Qe3" target="_blank"><img src="./static/image/logo_302ai.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a></summary> |
| 83 | -<img src="static/image/banner_302ai_ch.jpg" alt="banner">302.AI是一个按用量付费的企业级AI资源平台,提供市场上最新、最全面的AI模型和API,以及多种开箱即用的在线AI应用。 | 84 | +<img src="static/image/banner_302ai_ch.jpg" alt="banner"> |
| 85 | +302.AI是一个按用量付费的企业级AI资源平台,提供市场上最新、最全面的AI模型和API,以及多种开箱即用的在线AI应用。 | ||
| 84 | </details> | 86 | </details> |
| 85 | 87 | ||
| 86 | <details> | 88 | <details> |
| @@ -88,6 +90,12 @@ LLM模型API赞助:<a href="https://aihubmix.com/?aff=8Ds9" target="_blank"><i | @@ -88,6 +90,12 @@ LLM模型API赞助:<a href="https://aihubmix.com/?aff=8Ds9" target="_blank"><i | ||
| 88 | 安思派开放平台(Anspire Open)是面向智能体时代的领先的基础设施提供商。我们为开发者提供构建强大智能体所需的核心能力栈,现已上线AI联网搜索【多版本,极具竞争力的价格】、文件解析【限免】及网页内容抓取【限免】、云端浏览器自动化(Anspire Browser Agent)【内测】、多轮改写等服务,持续为智能体连接并操作复杂的数字世界提供坚实基础。可无缝集成至Dify、Coze、元器等主流智能体平台。通过透明点数计费体系与模块化设计,为企业提供高效、低成本的定制化支持,加速智能化升级进程。 | 90 | 安思派开放平台(Anspire Open)是面向智能体时代的领先的基础设施提供商。我们为开发者提供构建强大智能体所需的核心能力栈,现已上线AI联网搜索【多版本,极具竞争力的价格】、文件解析【限免】及网页内容抓取【限免】、云端浏览器自动化(Anspire Browser Agent)【内测】、多轮改写等服务,持续为智能体连接并操作复杂的数字世界提供坚实基础。可无缝集成至Dify、Coze、元器等主流智能体平台。通过透明点数计费体系与模块化设计,为企业提供高效、低成本的定制化支持,加速智能化升级进程。 |
| 89 | </details> | 91 | </details> |
| 90 | 92 | ||
| 93 | +<details> | ||
| 94 | +<summary>免费领取1GB免费试用,企业级全球代理IP与Scraper API解决方案提供商,立即注册:</a><span style="margin-left: 10px"><a href="https://www.thordata.com/?ls=github&lk=BettaFish" target="_blank"><img src="./static/image/logo_thordata.png" alt="666ghj%2FBettaFish | Trendshift" height="40"/></a></summary> | ||
| 95 | +<img src="static/image/banner_thordata.png" height="250" alt="banner"> | ||
| 96 | +Thordata通过高可靠性的代理网络和自动化抓取解决方案,帮助企业轻松获取网络公开数据,并承诺99.9%的正常运行时间与99.7%的成功率。 | ||
| 97 | +</details> | ||
| 98 | + | ||
| 91 | ## 🏗️ 系统架构 | 99 | ## 🏗️ 系统架构 |
| 92 | 100 | ||
| 93 | ### 整体架构图 | 101 | ### 整体架构图 |
static/image/banner_thordata.png
0 → 100644
44.1 KB
static/image/logo_thordata.png
0 → 100644
22.8 KB
-
Please register or login to post a comment