Skip to content

Commit

Permalink
docs(cookbooks): Fix incorrect URL in self_instruct_data_generation.i…
Browse files Browse the repository at this point in the history
…pynb (#1610)

Co-authored-by: Wendong-Fan <[email protected]>
  • Loading branch information
2 people authored and apokryphosx committed Feb 16, 2025
1 parent b5aa56f commit 7d1de80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"os.makedirs('local_data', exist_ok=True)\n",
"\n",
"# Update the URL to the raw file content\n",
"url = \"https://raw.githubusercontent.com/camel-ai/camel/master/examples/synthetic_datagen/self_instruct/seed_tasks.jsonl\"\n",
"url = \"https://raw.githubusercontent.com/camel-ai/camel/master/examples/datagen/self_instruct/seed_tasks.jsonl\"\n",
"\n",
"# Fetch the raw file\n",
"response = requests.get(url)\n",
Expand Down

0 comments on commit 7d1de80

Please sign in to comment.