Uniaff commited on
Commit
2921a05
1 Parent(s): b02baf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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