diff --git a/src/interface.jl b/src/interface.jl index 202d730..9ce0078 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -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")