assafelovic / gpt-researcher

LLM based autonomous agent that conducts local and web research on any topic and generates a comprehensive report with citations.
https://gptr.dev
Apache License 2.0
14.95k stars 2k forks source link

integration with open source model #132

Closed Bhavya-TR closed 1 year ago

Bhavya-TR commented 1 year ago

how to replace open ai and use open source model in gpt-researcher config.py and llm.utilis.py properly. I am not finding ways to replace open ai to llm open source model. give in details.

sanjuadlakha commented 1 year ago

Also where and what changes need to be made to use microsoft azure openai model deployments of gpt3.5 and gpt4?

gregdrizz commented 1 year ago

You can use LLAMAv2 with GPT Researcher now, please refer to this PR: https://github.com/assafelovic/gpt-researcher/pull/150