zwq2018 / Data-Copilot

Data-Copilot: Bridging Billions of Data and Humans with Autonomous Workflow
https://arxiv.org/abs/2306.07209
MIT License
1.41k stars 145 forks source link

Spelling error in prompt file and file not found error when executing main.py #11

Open yezhwi opened 1 year ago

yezhwi commented 1 year ago

In the file https://github.com/zwq2018/Data-Copilot/blob/main/prompt_lib/prompt_task.json, there is a spelling error on line 8 where "finanical" is written instead of "financial". When I ask "What is the net profit of Ping An Insurance in China?", and execute the line in main.py where tool_lib = './toollib/' + 'tool' + task_name + '.json' and tool_prompt = './promptlib/' + 'prompt' + task_name + '.json', it returns an error saying that the file cannot be found.

zwq2018 commented 1 year ago

thank you for pointing out these mistakes. It should be stock_task rather than financial_task We will fix it