mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 19:10:47 +02:00
Add SaaS AI engine (#5907)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
||||
from pytest import Config
|
||||
|
||||
|
||||
def pytest_configure(config: Config) -> None:
|
||||
# Set required env vars in case there is no .env file
|
||||
os.environ.setdefault("STIRLING_OPENAI_API_KEY", "test")
|
||||
os.environ.setdefault("STIRLING_POSTHOG_API_KEY", "test")
|
||||
Reference in New Issue
Block a user