Default Personas to have Document Sets (#614)

This commit is contained in:
Yuhong Sun
2023-10-22 16:57:16 -07:00
committed by GitHub
parent 4fa96788f6
commit 8403b94722
6 changed files with 116 additions and 11 deletions

View File

@ -90,7 +90,7 @@ if __name__ == "__main__":
"-c",
"--contextual",
action="store_true",
help="If this flag is set, the chat is able to call tools.",
help="If this flag is set, the chat is able to use retrieval",
)
args = parser.parse_args()