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

How is this different from openai's function call

Open dm57 opened this issue 2 years ago • 2 comments

Hi,thanks for your Data-Copilot project. After reading Data-Copilot, I think this is a kind of function call implementation based on prompt. so no offense I am confused if I can use function call instead of your project ~ ❓

dm57 avatar Aug 07 '23 08:08 dm57

Firstly, openai's json function is just an interface, which saves the time of writing instruction. Our project is designed for a specific business scenario, first let LLM design a set of tools for specific scenario by itself, then call the tool for real-time requests

Second, when I released this project, openai had not yet introduced similar functionality.

Third, this work includes not only invoking the tool, but also designing the tool, please refer to our paper.

zwq2018 avatar Aug 07 '23 15:08 zwq2018

Thank you. I found no logic from this project to implement the design toolset using LLM. Only the toolset that already exists is seen. I think I will figure out how to use the LLM design toolset from your paper. thank you very much for your answer again 💯

dm57 avatar Aug 08 '23 01:08 dm57