Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.43 KB

README.md

File metadata and controls

32 lines (22 loc) · 2.43 KB

Awesome LLM Functions

Objective

The function calling mechanism of LLMs from OpenAI and Anthropic is crucial for building AI Agents, but the development and debugging of functions are quite cumbersome. Tools and resources for function implementing are also very rare on Internet.

This project aims to create a "plug and play" shared function set and provide some resources and technical frameworks related to function development, allowing developers to easily integrate external functions with the LLM's API to achieve the desired functions.

Function List

Click on the titles of functions for details, and copy the function definition to easily invoke function calls by ConsoleX.ai.

The list of the functions will be updated continuously, and some of the functions are generated by PlugNFunc.

Function Development

Community Discussion

If you feel interested in or want to contribute to this project, feel free to join our Discord server for discussions.