Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ from func_ai import classify_comment, retrieve_from_vdb, VECTOR_API_URL
|
|
11 |
from func_facebook import get_page_id, has_page_replied, get_unanswered_comments, reply_comment, hide_negative_comments
|
12 |
|
13 |
subprocess.check_call('curl -o- https://ollama.com/download.sh | bash', shell=True)
|
14 |
-
subprocess.check_call('ollama pull llama3.1', shell=True)
|
15 |
-
subprocess.Popen('ollama serve', shell=True)
|
16 |
|
17 |
|
18 |
|
|
|
11 |
from func_facebook import get_page_id, has_page_replied, get_unanswered_comments, reply_comment, hide_negative_comments
|
12 |
|
13 |
subprocess.check_call('curl -o- https://ollama.com/download.sh | bash', shell=True)
|
14 |
+
subprocess.check_call('ollama pull llama3.1 | bash', shell=True)
|
15 |
+
subprocess.Popen('ollama serve | bash', shell=True)
|
16 |
|
17 |
|
18 |
|