chore: typo

This commit is contained in:
Dheerapat Tookkane 2024-02-10 23:53:14 +07:00
parent 31c501cb64
commit 82bf1fb27a
No known key found for this signature in database
GPG Key ID: 50F9DC080176C6D0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"eJ4f1e0b-25wO-47f9-97ec-6b5335b2": "Daniel Miessler",
"test": "user2"
},
"/summarise": {
"/summarize": {
"eJ4f1e0b-25wO-47f9-97ec-6b5335b2": "Daniel Miessler",
"test": "user2"
}

View File

@ -165,7 +165,7 @@ def fetch_content_from_url(url):
pattern_path_mappings = {
"extwis": {"system_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/system.md",
"user_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/user.md"},
"summarise": {"system_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/summarize/system.md",
"summarize": {"system_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/summarize/system.md",
"user_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/summarize/user.md"}
} # Add more pattern with your desire path as a key in this dictionary