mirror of
https://github.com/TheR1D/shell_gpt.git
synced 2026-06-02 06:14:32 +02:00
Release version 1.4.1 (#532)
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
__version__ = "1.4.0"
|
||||
__version__ = "1.4.1"
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user