Unify the function calling for all LLM in JSON Schema
Open
@Oceania2018 is already working on this.
Since Nov 29, 2023.
- Dominant language
- C#
- Stars
- 3.1k
- Forks
- 651
- Avg merge
- 15h 2m
- Merged PRs (30d)
- 36
Description
Currently, among the large language models on the market, only ChatGPT provides the function calling function. As a result, if the system relies on the function calling function, the model cannot be switched. The purpose of this feature is to implement an abstraction layer for function calls at the application layer to enable compatible switching between various models.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.