mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Update utils.py to add Claude 3 Sonnet back in for backwards compatibility
This commit is contained in:
parent
dad02cda33
commit
e1fc5517f5
@ -407,7 +407,7 @@ class Standalone:
|
||||
fullOllamaList = []
|
||||
googleList = []
|
||||
if "CLAUDE_API_KEY" in os.environ:
|
||||
claudeList = ['claude-3-opus-20240229', 'claude-3-5-sonnet-20240620',
|
||||
claudeList = ['claude-3-5-sonnet-20240620','claude-3-opus-20240229', 'claude-3-sonnet-20240229',
|
||||
'claude-3-haiku-20240307', 'claude-2.1']
|
||||
else:
|
||||
claudeList = []
|
||||
|
Loading…
Reference in New Issue
Block a user