Merge branch 'danielmiessler:main' into create_coding_project

pull/632/head
Jonathan Porter 3 months ago committed by GitHub
commit 1aca359098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 = []

@ -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., <a href="(link to story)">BLEEPINGCOMPUTER</a>
EXAMPLE OUTPUT
# VULNERABILITIES
- There's a new critical vulnerability in Windows 10 that allows attackers to take over the entire system as admin. <a href="https://bleepingcomputer.com/widows_critical_vuln.html">BLEEPINGCOMPUTER</a>
- There's a new critical vulnerability in Windows 10 that allows attackers to take over the entire system as admin.
END EXAMPLES

Loading…
Cancel
Save