From 820590bf5c816ce586d93080f9079d743cdbda9c Mon Sep 17 00:00:00 2001 From: Frank Xu Date: Mon, 14 Oct 2024 12:03:12 -0400 Subject: [PATCH] update dspy version due to new version has some issues --- .../01_evidence_entity_recognition.ipynb | 2 +- .../05_evidence_stix_dot_generator.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/01_evidence_entity_recognition.ipynb b/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/01_evidence_entity_recognition.ipynb index fee36ab..5edc500 100644 --- a/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/01_evidence_entity_recognition.ipynb +++ b/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/01_evidence_entity_recognition.ipynb @@ -33,7 +33,7 @@ "source": [ "# uncomment the commands to download libraries and files\n", "#!pip install python-dotenv\n", - "#!pip install dspy-ai == 2.4.17\n", + "#!pip install dspy-ai==2.4.17\n", "#!pip install graphviz\n", "# !wget https://raw.githubusercontent.com/frankwxu/digital-forensics-lab/main/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/conversation.txt\n", "\n", diff --git a/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/05_evidence_stix_dot_generator.ipynb b/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/05_evidence_stix_dot_generator.ipynb index a81a9ce..d9c4810 100644 --- a/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/05_evidence_stix_dot_generator.ipynb +++ b/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/05_evidence_stix_dot_generator.ipynb @@ -29,7 +29,7 @@ "source": [ "# uncomment the commands to download libraries and files\n", "#!pip install python-dotenv\n", - "#!pip install dspy-ai == 2.4.17\n", + "#!pip install dspy-ai==2.4.17\n", "#!pip install graphviz\n", "\n", "import dspy\n",