You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/deep_research_swarm_example.py

11 lines
290 B

from swarms.structs.deep_research_swarm import DeepResearchSwarm
model = DeepResearchSwarm(
research_model_name="groq/deepseek-r1-distill-qwen-32b"
)
model.run(
"What are the latest research papers on extending telomeres in humans? Give 1 queries for the search not too many`"
)