fix: llamaclud v2 impl

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-04-16 01:15:47 -07:00
parent 2f793e7a69
commit 0e4285095c
2 changed files with 42 additions and 25 deletions

View file

@ -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():
"""