Skip to content

Commit

Permalink
Merge pull request #28 from raullese/master
Browse files Browse the repository at this point in the history
Modify the example code in the readme file in mrc component
  • Loading branch information
seiriosPlus authored Jan 2, 2024
2 parents 7bf8fca + 8b0ad64 commit 3b32a0a
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 3b32a0a

Please sign in to comment.