again fixed defaultmodel
This commit is contained in:
parent
df5d045e36
commit
059a737938
@ -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…
x
Reference in New Issue
Block a user