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
15k stars 2.01k forks source link

Is it possible to get an arxiv formatted paper , totally by gpt-researcher #949

Closed CoderYiFei closed 2 weeks ago

ElishaKay commented 2 weeks ago

By default, GPTR is writing reports in Markdown format - both for the basic research tasks & the multi_agent research tasks.

If you need to reformat the report, seems the path of least resistance would be to feed the final generated report into a new create_chat_completion function & ask for the report to be reformatted in your desired format.