We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
instruction为None时会报错,需要设置个值。
from appbuilder import RagWithBaiduSearchPro from appbuilder import Message tool = RagWithBaiduSearchPro(model="ERNIE-Bot") result = tool.run(Message(query), stream=False, instruction=Message(""))
The text was updated successfully, but these errors were encountered:
已修复:https://github.com/baidubce/app-builder/pull/429/files
Sorry, something went wrong.
No branches or pull requests
instruction为None时会报错,需要设置个值。
The text was updated successfully, but these errors were encountered: