Files
agenticSeek/sources/tools
Octopus 3fc2ac5235 fix: use BACKEND_PORT env var in uvicorn and honor base_url arg in searxSearch
- api.py: uvicorn.run was hardcoding port=7777 instead of using the
  port variable populated from BACKEND_PORT env var, making BACKEND_PORT
  ineffective when running python api.py directly
- searxSearch: add missing 'import sys' (caused NameError when run as
  standalone script) and use constructor base_url arg with env var
  fallback so searxSearch(base_url=...) actually takes effect
2026-04-06 10:43:16 +08:00
..
2025-03-06 17:57:03 +01:00
2025-05-04 18:34:05 +02:00
2025-07-05 14:45:43 +02:00
2025-05-04 18:34:05 +02:00
2025-05-04 18:34:05 +02:00
2025-06-07 23:46:44 +03:00
2025-05-04 18:34:05 +02:00
2025-05-20 16:47:35 +02:00