Update 8. The Power of Agentic Search.ipynb

This commit is contained in:
Masih Moafi 2025-03-03 15:38:33 +03:30 committed by GitHub
parent e251825482
commit 88f3ebb48b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@
" return \"نتایج جستجوی DuckDuckGo: [صفحه 1, صفحه 2, صفحه 3]\"\n", " return \"نتایج جستجوی DuckDuckGo: [صفحه 1, صفحه 2, صفحه 3]\"\n",
" return \"نتایجی از DuckDuckGo یافت نشد.\"\n", " return \"نتایجی از DuckDuckGo یافت نشد.\"\n",
"\n", "\n",
"# Set up the language model (using Llama3.2 for now)\n", "\n",
"llm = Ollama(model=\"llama3.2\")\n", "llm = Ollama(model=\"llama3.2\")\n",
"\n", "\n",
"# Create the agent with CrewAI prioritizing Google Serper search first\n", "# Create the agent with CrewAI prioritizing Google Serper search first\n",