Uniaff commited on
Commit
97ea4b8
·
verified ·
1 Parent(s): 202aaac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -10,10 +10,6 @@ import subprocess
10
  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 | bash', shell=True)
15
- subprocess.Popen('ollama serve | bash', shell=True)
16
-
17
 
18
 
19
  # Wait for the server to start
 
10
  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
 
14
 
15
  # Wait for the server to start