Browse Source

again fixed defaultmodel

pull/264/head
xssdoctor 8 months ago
parent
commit
059a737938
  1. 2
      installer/client/cli/utils.py

2
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

Loading…
Cancel
Save