mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
Merge branch 'danielmiessler:main' into create_coding_project
This commit is contained in:
commit
1aca359098
@ -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…
Reference in New Issue
Block a user