Skip to content

Commit

Permalink
rename (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijunhe committed Jan 10, 2024
1 parent 2b565a7 commit 287462c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

</div>

ERNIE Bot SDK 仓库包含两个项目:ERNIE Bot Agent 和 ERNIE Bot。ERNIE Bot Agent 是百度飞桨推出的基于文心大模型编排能力的大模型智能体开发框架,结合了飞桨星河社区的丰富预置平台功能。ERNIE Bot 则为开发者提供便捷接口,轻松调用文心大模型的文本创作、通用对话、语义向量及AI作图等基础功能。
ERNIE SDK 仓库包含两个项目:ERNIE Bot Agent 和 ERNIE Bot。ERNIE Bot Agent 是百度飞桨推出的基于文心大模型编排能力的大模型智能体开发框架,结合了飞桨星河社区的丰富预置平台功能。ERNIE Bot 则为开发者提供便捷接口,轻松调用文心大模型的文本创作、通用对话、语义向量及AI作图等基础功能。

![eb_sdk_agent_structure](https://github.com/PaddlePaddle/ERNIE-SDK/assets/11987277/1fbcfbca-7695-4cca-9b4f-35a49d1d7c52)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide:

<div align="center">

<h1>ERNIE Bot SDK</h1>
<h1>ERNIE SDK</h1>

</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ async def run_query(self, query) -> str:

async def test_run(self):
result = await self.run_query(
"请参考:https://ernie-bot-agent.readthedocs.io/zh-cn/latest/ 回答:ERNIE Bot SDK 仓库包含几个项目"
"请参考:https://ernie-bot-agent.readthedocs.io/zh-cn/latest/ 回答:ERNIE SDK 仓库包含几个项目"
)
self.assertIn("ERNIE Bot Agent", result)

0 comments on commit 287462c

Please sign in to comment.