[fix][launcher]Fix Text2SQLEval.

This commit is contained in:
jerryjzhang
2024-10-10 16:53:41 +08:00
parent 267cb6506d
commit c47b8b37b9
4 changed files with 10 additions and 8 deletions

View File

@@ -91,9 +91,6 @@ public abstract class S2BaseDemo implements CommandLineRunner {
@Value("${s2.demo.names:S2VisitsDemo}")
protected List<String> demoList;
@Value("${s2.demo.enableLLM:true}")
protected boolean demoEnableLlm;
public void run(String... args) {
demoDatabase = addDatabaseIfNotExist();
demoChatModel = addChatModelIfNotExist();