feat: add topic tagging, semantic duplicate detection, and per-provider vision toggle
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user