Spaces:
Runtime error
Runtime error
| """Pydantic models package for the RAG Tourism Recommender API.""" | |
| from .stt_models import ( | |
| STTSegment, | |
| STTTranscriptionResponse, | |
| STTServiceInfo, | |
| STTHealthCheck, | |
| ) | |
| __all__ = [ | |
| "STTSegment", | |
| "STTTranscriptionResponse", | |
| "STTServiceInfo", | |
| "STTHealthCheck", | |
| ] | |