PITCHFIGHT_AI / core /vision_client.py
Aspectgg's picture
first commit
5df55ff
Raw
History Blame Contribute Delete
329 Bytes
"""Stub vision client — MiniCPM-V 4.6 deck critique planned for Phase 10."""
from __future__ import annotations
from typing import Any
def health_check() -> dict[str, Any]:
return {
"status": "not_configured",
"provider": "openbmb",
"message": "Vision/deck critique planned for Phase 10",
}