assafelovic / gpt-researcher

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

Language of the report other than English #580

Closed slavonnet closed 3 weeks ago

slavonnet commented 3 weeks ago

It is not possible to change the language of the report to a language other than English

slavonnet commented 3 weeks ago

Looks like simple need add to prompts in gpt_researcher/master/prompts.py additional text like The report must be written in Spanish

assafelovic commented 3 weeks ago

@slavonnet you can try adding this to the query of the research task. Alternatively you can try the multi agent framework which support report guidelines see here: https://github.com/assafelovic/gpt-researcher/tree/master/multi_agents