Merge pull request #45 from winglian/fix-missing-bracket

fix missing paren
This commit is contained in:
John Smith
2023-03-30 13:53:55 +08:00
committed by GitHub

View File

@@ -197,3 +197,5 @@ class TrainGPT4All(TrainSAD):
"",
"### Response:",
data_point["response"]
)