This commit is contained in:
narawat lamaiin
2024-04-26 21:36:32 +07:00
parent e537fb82e4
commit aacae344c2

View File

@@ -316,8 +316,10 @@ function iterativeprompting(a::T, prompt::String, verification::Function) where
if correct
break
else # add feedback to prompt
else
# get LLM critique
# add critique to prompt
end