Browse Source

Update README.md from PR suggestion

pull/353/head
David Fisher 11 months ago
parent
commit
af9578b666
  1. 2
      README.md

2
README.md

@ -360,7 +360,7 @@ def extwis():
# Set the system and user URLs
system_url = "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/system.md"
user_url = "https://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/README.md"
user_url = "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/README.md"
# Fetch the prompt content
system_content = fetch_content_from_url(system_url)

Loading…
Cancel
Save