diff --git a/installer/client/cli/utils.py b/installer/client/cli/utils.py index 9e7cea2..e8715f4 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-5-sonnet-20240620','claude-3-opus-20240229', 'claude-3-sonnet-20240229', 'claude-3-haiku-20240307', 'claude-2.1'] else: claudeList = [] diff --git a/patterns/create_cyber_summary/system.md b/patterns/create_cyber_summary/system.md index 89a6726..c80e206 100644 --- a/patterns/create_cyber_summary/system.md +++ b/patterns/create_cyber_summary/system.md @@ -26,13 +26,11 @@ The goals of this exercise are create a solid summary of all the different types - Output a bulleted list of items within each sections above, maximum of 10 items per section. Keep each item to 25-words or less. -- After each item, link to the story if you have the source, e.g., BLEEPINGCOMPUTER - EXAMPLE OUTPUT # VULNERABILITIES -- There's a new critical vulnerability in Windows 10 that allows attackers to take over the entire system as admin. BLEEPINGCOMPUTER +- There's a new critical vulnerability in Windows 10 that allows attackers to take over the entire system as admin. END EXAMPLES