update dspy version due to new version has some issues

This commit is contained in:
Frank Xu
2024-10-14 12:05:45 -04:00
parent 820590bf5c
commit 1d9f2f8029
2 changed files with 4 additions and 4 deletions

View File

@@ -33,9 +33,9 @@
"source": [ "source": [
"# uncomment the commands to download libraries and files\n", "# uncomment the commands to download libraries and files\n",
"#!pip install python-dotenv\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", "#!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", "\n",
"import dspy\n", "import dspy\n",
"import os\n", "import os\n",

View File

@@ -38,9 +38,9 @@
"source": [ "source": [
"# uncomment the commands to download libraries and files\n", "# uncomment the commands to download libraries and files\n",
"#!pip install python-dotenv\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", "#!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", "\n",
"import dspy\n", "import dspy\n",
"import os\n", "import os\n",