Data-Copilot icon indicating copy to clipboard operation
Data-Copilot copied to clipboard

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

Open yezhwi opened this issue 1 year ago • 1 comments

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 = './tool_lib/' + 'tool_' + task_name + '.json' and tool_prompt = './prompt_lib/' + 'prompt_' + task_name + '.json', it returns an error saying that the file cannot be found.

yezhwi avatar Jul 04 '23 09:07 yezhwi