Spaces:
Runtime error
Runtime error
h3110Fr13nd
commited on
Commit
·
33cc71d
1
Parent(s):
3905ea4
changes
Browse files- 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
|
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...")
|