Update __init__.py

This commit is contained in:
Asankhaya Sharma
2025-05-25 08:09:35 +08:00
committed by GitHub
parent f57b59784d
commit 4168f4f19e

View File

@@ -2,7 +2,7 @@ from importlib import util
import os
# Version information
__version__ = "0.1.13"
__version__ = "0.1.14"
# Get the path to the root optillm.py
spec = util.spec_from_file_location(
@@ -52,4 +52,4 @@ __all__ = [
'execute_combined_approaches',
'execute_parallel_approaches',
'generate_streaming_response',
]
]