use current Firecrawl v2 endpoint
CI / compose (push) Successful in 12m29s

This commit is contained in:
Marco0300
2026-09-03 21:36:50 +02:00
parent 6846de43fd
commit 0f70674b16
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ MAX_SECRET = 4096
MAX_MODEL = 160
ALLOWED_PROVIDERS = {"nous_portal", "nous_portal_web_research"}
DEFAULT_NOUS_URL = "https://inference-api.nousresearch.com/v1"
DEFAULT_FIRECRAWL_URL = "https://api.firecrawl.dev/v1"
DEFAULT_FIRECRAWL_URL = "https://api.firecrawl.dev/v2"
def key_path() -> Path: