Spaces:
Running
Running
Artyom Boyko
commited on
Commit
·
08dc873
1
Parent(s):
2bd50da
Add links to official plugin for Chrome and FireFox
Browse files- app_srv/app_srv.py +2 -0
app_srv/app_srv.py
CHANGED
@@ -30,6 +30,8 @@ The following technologies were used in the implementation:
|
|
30 |
|
31 |
[Quick video tutorial]https://drive.google.com/file/d/1LiZ9v5KsT3C_pJ8xLYmYkZDiM54vftjm/view?usp=drive_link)
|
32 |
|
|
|
|
|
33 |
"""
|
34 |
|
35 |
DEFAULT_PROMPT = """You are an expert at analyzing video, so pay close attention. Your main goal is to analyze the frame and find information in it to answer the MAIN QUESTION. Pay attention to details.
|
|
|
30 |
|
31 |
[Quick video tutorial]https://drive.google.com/file/d/1LiZ9v5KsT3C_pJ8xLYmYkZDiM54vftjm/view?usp=drive_link)
|
32 |
|
33 |
+
[Chrome Cookies extraction plugin](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)
|
34 |
+
[FireFox Cookies extraction plugin](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/)
|
35 |
"""
|
36 |
|
37 |
DEFAULT_PROMPT = """You are an expert at analyzing video, so pay close attention. Your main goal is to analyze the frame and find information in it to answer the MAIN QUESTION. Pay attention to details.
|