This commit is contained in:
2026-06-29 20:55:52 +07:00
parent bc81033924
commit c085a445e2
8 changed files with 137 additions and 71 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# using Revise
# using SQLLLM, LLMMCTS, DataStructures, JSON3
# using SQLLLM, LLMMCTS, DataStructures, JSON
# query = "How many German wines do you have?"
# highValueStateList = copy(JSON3.read("/appfolder/app/highValueState_1.json"))
# highValueStateList = copy(JSON.parse("/appfolder/app/highValueState_1.json"))
# selectedState = SQLLLM.compareState(query, highValueStateList)