update
This commit is contained in:
@@ -816,8 +816,8 @@ julia>
|
||||
- Each state in highValueStateList should contain a thoughtHistory with action_input and observation
|
||||
- The LLM evaluates attempts based on accuracy and relevance to the original question
|
||||
"""
|
||||
function compareState(question::String, highValueStateList::Vector{Dict},
|
||||
text2textInstructLLM::Function)::Integer
|
||||
function compareState(question::String, highValueStateList::Vector{T},
|
||||
text2textInstructLLM::Function)::Integer where {T<:AbstractDict}
|
||||
|
||||
systemmsg =
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user