diff --git a/src/interface.jl b/src/interface.jl index 1a3dd93..1572d61 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -744,7 +744,7 @@ function evaluator(state::T1, text2textInstructLLM::Function; # mark the state as terminal state because the evaluation say so. state[:isterminal] = true - # user score as reward because different answers hold different value for the user. + # evaluation score as reward because different answers hold different value for the user. state[:reward] = responsedict[:score] end println("\n~~~ Evaluator() ", @__FILE__, " ", @__LINE__)