This commit is contained in:
2024-08-28 22:56:13 +07:00
parent 19c37c3211
commit be10d24d61

View File

@@ -756,7 +756,7 @@ function evaluator(state::T1, text2textInstructLLM::Function;
println("")
println("Attempt $attempt. Error occurred: $errorMsg\n$st")
println("")
noise = noises(3, 5)
noise = GeneralUtils.randstrings(3, 5)
end
end
error("evaluator failed to generate an evaluation")