wassemgtk's picture
Add gateway API source for one-click deployment
092fd7d verified
Raw
History Blame Contribute Delete
176 Bytes
from __future__ import annotations
from .fake import FakeOcrProvider
class GlmOcrProvider(FakeOcrProvider):
"""Placeholder GLM-OCR provider behind the OCR interface."""