again fixed defaultmodel

This commit is contained in:
xssdoctor 2024-03-16 10:24:48 -04:00
parent df5d045e36
commit 059a737938

View File

@ -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