mirror of
https://github.com/frankwxu/digital-forensics-lab.git
synced 2026-04-10 12:13:44 +00:00
update dspy version due to new version has some issues
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
"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",
|
||||
"#!wget https://raw.githubusercontent.com/frankwxu/digital-forensics-lab/main/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/conversation.txt\n",
|
||||
"\n",
|
||||
"import dspy\n",
|
||||
"import os\n",
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
"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",
|
||||
"#!wget https://raw.githubusercontent.com/frankwxu/digital-forensics-lab/main/AI4Forensics/CKIM2024/PhishingAttack/PhishingAttackScenarioDemo/conversation.txt\n",
|
||||
"\n",
|
||||
"import dspy\n",
|
||||
"import os\n",
|
||||
|
||||
Reference in New Issue
Block a user