feat: add topic tagging, semantic duplicate detection, and per-provider vision toggle

This commit is contained in:
mamad
2026-08-28 20:45:42 +03:30
parent b12ddc1bfd
commit 6a5971bc08
11 changed files with 409 additions and 46 deletions
+1
View File
@@ -71,6 +71,7 @@ async def test_multimodal_vision_image_payload():
name="OpenAI Vision",
provider_type="openai",
model="gpt-4o",
supports_vision=True,
is_active=True
)
repo_mock = AsyncMock()