function-call
There are 25 repositories under function-call topic.
TaskingAI/TaskingAI
The open source platform for AI-native application development.
rdbo/libmem
Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
RealAlexandreAI/json-repair
🔧 Repair JSON!Solution for JSON Anomalies from LLMs.
rysana-ai/rysana-ai
The Rysana AI TS library.
NetEase-Media/grps_trtllm
【高性能OpenAI LLM服务】通过GPRS+TensorRT-LLM+Tokenizers.cpp实现纯C++版高性能OpenAI LLM服务,支持chat和function call模式,支持ai agent,支持分布式多卡推理,支持多模态,支持gradio聊天界面。
MrXandbadas/MrX_OAI_Assistant_Manager
Started out as Dynamic Function Calling for OAI. Upon reviewing a research paper released (LATM) This is/has become a implementation of such system using: OpenAI and Autogen
supershaneski/openai-api-function-call-sample
A sample app to demonstrate Function calling using the latest format in Chat Completions API and also in Assistants API.
Simoon-F/openai-function-calling-use-examples
A simple example that demonstrates how to use the function call feature of the OpenAI API
AndrewRadev/dsf.vim
Delete surrounding function call
vatsalsaglani/claudetools
Claudetools is a Python library that enables function calling with the Claude 3 family of language models from Anthropic.
CocaColf/coderfly
Find function-level association impacts of code changes
supershaneski/grocery-list-app
This is a sample React project that generates a grocery list of ingredients based on a menu or a list of dishes. It is powered by the OpenAI Chat Completion API and built using Next.js 13.
bichanna/AcrossLanguages
Samples of calling functions of other languages
chenwr727/akshare-gpt
akshare-gpt 是一个开源工具,旨在将 Akshare 集成到 GPT 的工具中,实现自然语言问答。
monk-after-90s/llmCallGptTool
Enable any LLM to call tool in gpt format. Development based on Qwen2. If it cannot adapt to your LLM, your Pull Request is wanted.
AFAN-LIFE/ERNIEST
A large model communication platform based on Baidu ERNIE and STreamlit
GauravKaklotar/OpenAI_Integration
OpenAI Weather Chatbot
JanPollmann/Watchdog
Java8 function calls with timeout (if necessary interruption of the thread)
SResor/bulgarianSolitaire
A program that plays a game of Bulgarian Solitaire with a 45 card deck.
SResor/diceSimulator
A program that simulates rolling two six-sided dice 1000 times, and prints a table of the empirical distribution.
abdulzedan/function-call-dynamic-query-demo
FastAPI app that takes a users prompt, transforms it to a SQL query and fetches the result from an Azure SQL Database through an OpenAI function call.
appu57/JS-different_ways_to_call_a_function
The repo shows different ways of calling a function
lcsig/python-function-call
The Time Complexity of Function Call in Python
peterjoseph/react-pulse
A react component that sends out a timed function call at specified intervals when pressed.
tamaskis/CountedFunction-MATLAB
Class to define functions in a way that facilitates counting the number of function calls/evaluations.