update dspy version due to new version has some issues

This commit is contained in:
Frank Xu
2024-10-14 12:03:12 -04:00
parent e3b19dccfd
commit 820590bf5c
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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",