Support for DIAL

Claude-3 models updated to Claude 4
This commit is contained in:
Fahad
2025-06-23 14:26:39 +04:00
parent 0623ce3546
commit b4852c825f

View File

@@ -14,9 +14,9 @@ import os
# These values are used in server responses and for tracking releases
# IMPORTANT: This is the single source of truth for version and author info
# Semantic versioning: MAJOR.MINOR.PATCH
__version__ = "5.6.0"
__version__ = "5.6.1"
# Last update date in ISO format
__updated__ = "2025-06-22"
__updated__ = "2025-06-23"
# Primary maintainer
__author__ = "Fahad Gilani"