Update utils.py to support Claude 3.5 Sonnet
This commit is contained in:
parent
1dd3bbfdf3
commit
dad02cda33
@ -407,7 +407,7 @@ class Standalone:
|
|||||||
fullOllamaList = []
|
fullOllamaList = []
|
||||||
googleList = []
|
googleList = []
|
||||||
if "CLAUDE_API_KEY" in os.environ:
|
if "CLAUDE_API_KEY" in os.environ:
|
||||||
claudeList = ['claude-3-opus-20240229', 'claude-3-sonnet-20240229',
|
claudeList = ['claude-3-opus-20240229', 'claude-3-5-sonnet-20240620',
|
||||||
'claude-3-haiku-20240307', 'claude-2.1']
|
'claude-3-haiku-20240307', 'claude-2.1']
|
||||||
else:
|
else:
|
||||||
claudeList = []
|
claudeList = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user