gpt-researcher
gpt-researcher copied to clipboard
KeyError: 'Objective (impartial and unbiased presentation of facts and findings)'
Maybe I’m missing something but when running this Colab without any changes besides updating the keys, I’m getting the error:
KeyError: 'Objective (impartial and unbiased presentation of facts and findings)'
It is thrown from this line:
report = asyncio.run(get_report(query, report_type))
Thanks in advance!