Spaces:
Paused
Paused
| """ | |
| Version information for ChatCal Voice-Enabled AI Assistant | |
| """ | |
| __version__ = "0.5.5" | |
| __build_date__ = "2025-08-20T12:11:00" | |
| __description__ = "Voice-Enabled ChatCal AI Assistant with Hugging Face deployment" | |
| def get_version_info(): | |
| """Get detailed version information""" | |
| return { | |
| "version": __version__, | |
| "build_date": __build_date__, | |
| "description": __description__, | |
| "status": "running" | |
| } |