Files
SQLLLM/test/test_2.jl
2025-03-18 07:34:51 +07:00

79 lines
395 B
Julia

using Revise
using SQLLLM, LLMMCTS, DataStructures, JSON3
query = "How many German wines do you have?"
highValueStateList = copy(JSON3.read("/appfolder/app/highValueState_1.json"))
selectedState = SQLLLM.compareState(query, highValueStateList)