Merge PR #899 into next, resolve conflicts in server.py and docs/browser-crawler-config.md

This commit is contained in:
unclecode
2025-04-22 14:56:47 +08:00
16 changed files with 132 additions and 140 deletions

View File

@@ -432,7 +432,7 @@ async def execute_js(
async def llm_endpoint(
request: Request,
url: str = Path(...),
q: Optional[str] = Query(None),
q: str = Query(...),
_td: Dict = Depends(token_dep),
):
if not q: