Release version 1.4.1 (#532)

This commit is contained in:
Farkhod Sadykov
2024-04-06 18:09:10 +02:00
committed by GitHub
parent 89d6e4ce56
commit 7b619e1fa5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"
+1 -1
View File
@@ -8,7 +8,7 @@ from ..function import get_function
from ..printer import MarkdownPrinter, Printer, TextPrinter
from ..role import DefaultRoles, SystemRole
completion: Callable[..., Any] = lambda *args, **kwargs: None
completion: Callable[..., Any] = lambda *args, **kwargs: Generator[Any, None, None]
base_url = cfg.get("API_BASE_URL")
use_litellm = cfg.get("USE_LITELLM") == "true"
additional_kwargs = {