Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is this different from openai's function call #30

Open
dm57 opened this issue Aug 7, 2023 · 2 comments
Open

How is this different from openai's function call #30

dm57 opened this issue Aug 7, 2023 · 2 comments

Comments

@dm57
Copy link

dm57 commented Aug 7, 2023

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 ~ ❓

@zwq2018
Copy link
Owner

zwq2018 commented Aug 7, 2023

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.

@dm57
Copy link
Author

dm57 commented Aug 8, 2023

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 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants