h3110Fr13nd commited on
Commit
33cc71d
·
1 Parent(s): 3905ea4
Files changed (1) hide show
  1. ddl_query_generator.py +1 -1
ddl_query_generator.py CHANGED
@@ -13,7 +13,7 @@ from langchain.chains import LLMChain
13
  import subprocess
14
 
15
 
16
- command = "ollama serve & sleep 5"
17
  subprocess.run(command, shell=True, check=True, text=True)
18
 
19
  print("Starting the server...")
 
13
  import subprocess
14
 
15
 
16
+ command = "ollama list"
17
  subprocess.run(command, shell=True, check=True, text=True)
18
 
19
  print("Starting the server...")