From 059a737938b670a80720dd8d925bb0bfde4730c3 Mon Sep 17 00:00:00 2001 From: xssdoctor Date: Sat, 16 Mar 2024 10:24:48 -0400 Subject: [PATCH] again fixed defaultmodel --- installer/client/cli/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/client/cli/utils.py b/installer/client/cli/utils.py index 7517325..6e76ba9 100644 --- a/installer/client/cli/utils.py +++ b/installer/client/cli/utils.py @@ -51,7 +51,7 @@ class Standalone: if not self.model: try: self.model = os.environ.get( - "DEFAULT_MODEL", 'gpt-4-turbo-preview') + "DEFAULT_MODEL") except KeyError: self.model = 'gpt-4-turbo-preview' self.claude = False