mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
fix: llamaclud v2 impl
This commit is contained in:
parent
2f793e7a69
commit
0e4285095c
2 changed files with 42 additions and 25 deletions
|
|
@ -13,6 +13,9 @@ BASE_DIR = Path(__file__).resolve().parent.parent.parent
|
|||
env_file = BASE_DIR / ".env"
|
||||
load_dotenv(env_file)
|
||||
|
||||
os.environ.setdefault("OR_APP_NAME", "SurfSense")
|
||||
os.environ.setdefault("OR_SITE_URL", "https://surfsense.com")
|
||||
|
||||
|
||||
def is_ffmpeg_installed():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue