mirror of
https://github.com/codelion/optillm.git
synced 2025-05-28 09:39:38 +03:00
Update __init__.py
This commit is contained in:
@@ -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',
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user