From dad02cda33a2b20647c9ca71ab0159feb045310e Mon Sep 17 00:00:00 2001 From: azmaveth Date: Thu, 20 Jun 2024 12:43:26 -0500 Subject: [PATCH] Update utils.py to support Claude 3.5 Sonnet --- installer/client/cli/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/client/cli/utils.py b/installer/client/cli/utils.py index 9e7cea2..5bf673a 100644 --- a/installer/client/cli/utils.py +++ b/installer/client/cli/utils.py @@ -407,7 +407,7 @@ class Standalone: fullOllamaList = [] googleList = [] 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'] else: claudeList = []