Skip to content

Commit

Permalink
MRC模块,修改readme中的代码示例
Browse files Browse the repository at this point in the history
  • Loading branch information
raullese committed Dec 28, 2023
1 parent cca1f30 commit 8b0ad64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appbuilder/core/components/llms/mrc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import os
os.environ["APPBUILDER_TOKEN"] = '...'

# 创建MRC对象
mrc_component = appbuilder.MRC()
mrc_component = appbuilder.MRC(model="eb-turbo-appbuilder")

# 初始化参数
msg = "残疾人怎么办相关证件"
Expand Down Expand Up @@ -74,7 +74,7 @@ import os
os.environ["APPBUILDER_TOKEN"] = '...'

# 创建MRC对象
mrc_component = appbuilder.MRC()
mrc_component = appbuilder.MRC(model="eb-turbo-appbuilder")

# 初始化参数
msg = "残疾人怎么办相关证件"
Expand Down

0 comments on commit 8b0ad64

Please sign in to comment.