This commit is contained in:
2025-03-18 21:22:12 +07:00
parent 7fd0d6269a
commit e6ce6f9954
7 changed files with 375 additions and 110 deletions

View File

@@ -1,10 +1,9 @@
using Revise
using SQLLLM, LLMMCTS, DataStructures, JSON3
# 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)
# query = "How many German wines do you have?"
# highValueStateList = copy(JSON3.read("/appfolder/app/highValueState_1.json"))
# selectedState = SQLLLM.compareState(query, highValueStateList)