assafelovic / gpt-researcher

GPT based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
MIT License
13.01k stars 1.61k forks source link

How to use an open embedding model in gpt-researcher #545

Closed jbdatascience closed 3 weeks ago

jbdatascience commented 1 month ago

How to use an open embedding model in gpt-researcher ? Do I have to change the config.py file for that, and how exactly to do that?

vanetreg commented 1 month ago

https://docs.gptr.dev/docs/gpt-researcher/llms

zhangwanshen commented 1 month ago

可以本地部署LLM并脱网使用gpt-researcher进行本地文件的分析吗?