Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whimo committed Jun 18, 2024
1 parent 8cfc71a commit eff0651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/Blog with Images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
" # if we are running this from source\n",
" motleycrew_location = os.path.realpath(WORKING_DIR / \"..\")\n",
" sys.path.append(motleycrew_location)\n",
" \n",
"\n",
"from motleycrew.storage import MotleyKuzuGraphStore\n",
"from motleycrew import MotleyCrew\n",
"from motleycrew.agents.crewai import CrewAIMotleyAgent\n",
"from motleycrew.agents.langchain.react import ReactMotleyAgent\n",
"from motleycrew.agents.langchain.react import ReActMotleyAgent\n",
"from motleycrew.agents.llama_index import ReActLlamaIndexMotleyAgent\n",
"from motleycrew.tools.image.dall_e import DallEImageGeneratorTool\n",
"from motleycrew.common import configure_logging\n",
Expand Down Expand Up @@ -113,7 +113,7 @@
"outputs": [],
"source": [
"# You can give agents as tools to other agents\n",
"writer = ReactMotleyAgent(\n",
"writer = ReActMotleyAgent(\n",
" name=\"AI writer agent\",\n",
" description=\"\"\"Conduct a comprehensive analysis of the latest advancements in AI in 2024.\n",
" Identify key trends, breakthrough technologies, and potential industry impacts.\n",
Expand Down Expand Up @@ -213,7 +213,7 @@
" description=\"\"\"Create beautiful and insightful illustrations to accompany the blog post on AI advancements.\n",
" The blog post will be provided to you in markdown format.\n",
" Make sure to use the illustration tool provided to you, once per illustration, and embed the URL provided by\n",
" the tool into the blog post. \n",
" the tool into the blog post.\n",
" Create between 2 and 3 illustrations, neither more nor less\n",
" Only return the full text of the blog post with embedded URLs, no backticks, no other text.\n",
" Only use slashes as path separators, never backslashes\"\"\",\n",
Expand Down

0 comments on commit eff0651

Please sign in to comment.