Media is too big
VIEW IN TELEGRAM
🌟 GPT Researcher is a GPT-based autonomous agent that performs comprehensive online research on any given topic
-
Example of using GPT Researcher:
🖥 GitHub
🟡 GPT Researcher Page
#gpt_researcher
🌑 آقای هوش مصنوعی🌑
🎥رسانه هوش مصنوعی دانشگاه تهران
@MrArtificialintelligence
-
pip install gpt-researcher
Example of using GPT Researcher:
from gpt_researcher import GPTResearcher
query = "why is Nvidia stock going up?"
researcher = GPTResearcher(query=query, report_type="research_report")
# Conduct research on the given query
research_result = await researcher.conduct_research()
# Write the report
report = await researcher.write_report()
🖥 GitHub
🟡 GPT Researcher Page
#gpt_researcher
🌑 آقای هوش مصنوعی🌑
🎥رسانه هوش مصنوعی دانشگاه تهران
@MrArtificialintelligence