openai-function-call
There are 30 repositories under openai-function-call topic.
rizerphe/local-llm-function-calling
A tool for generating function arguments and choosing what function to call with local LLMs
TengHu/ActionWeaver
Make function calling with LLM easier
boldare/openai-assistant
A NestJS library for building efficient, scalable, and quick solutions based on the OpenAI Assistant API (chatbots) 🤖 🚀 Chatbot, Ready API and UI, OpenAI Functions, GPT-4 Vision, GPT-4o
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
Simoon-F/openai-function-calling-use-examples
A simple example that demonstrates how to use the function call feature of the OpenAI API
rizerphe/openai-functions
Generate ChatGPT function call schemas based on function docstrings.
0xnenlabs/SageAI
Folder-based functions for ChatGPT's function calling with Pydantic support 🚀
wrtnlabs/openai-function-schema
OpenAI Function Call Schema Composer and Executor from OpenAPI (Swagger) Document.
YAV-AI/NodeJS-OpenAI-Function-Calling-Example
This repository contains a basic Node.js example demonstrating how to call functions using the OpenAI API. The example showcases a conversation with the OpenAI GPT-3.5 Turbo model, including making function calls and processing their responses.
eykrehbein/foundry
A framework-agnostic toolset to create and use Functions in LLM-based apps.
rubenselander/openai-function-tokens
Predict the exact openai token usage of functions
qx0731/OpenAI_GPTs_AssistantAPI_examples
Welcome to the repository showcasing examples utilizing OpenAI tools, such as GPT, assistant API (retrieval, function calling to external API). I strongly recommend running through the provided sample code and viewing the referenced instructional videos for a comprehensive understanding.
goodjun/openai-function-calling-sample
This is a sample project that demonstrates how to use Next.js to develop an Open AI function calling application.
Antony90/arxiv-discord
arXiv-Chat: An AI research assistant and Discord bot
bsorrentino/copilot-cli-agent
Enhance your CLI with AI - Using Langchain Framework & OpenAI Functions Agent
abhishek-ch/dataengineering-agent
Data Engineering Agent Using Open AI Function Call
LazaUK/AOAI-ParallelFunctionCalling-SDKv1
Use of parallel Function Calling with Azure OpenAI GPT models to manage vehicle's controls, simulated by Flask APIs.
RaheesAhmed/assistant_with_function_calling
The chatbot can send a webhook with user details like name and phone number when requested.
LazaUK/AOAI-GPTFunctionCalling-Stock
Use of Function Calling with Azure OpenAI GPT models to retrieve the lowest and highest stock prices for specific symbol and date.
shashankdeshpande/llm-examples
Examples showcasing the usage of OpenAI API's Function Calling feature, along with different applications of the LangChain Framework.
engperini/Search_AIChat
This is a Python ChatBot application that leverages the OpenAI GPT-3.5 Turbo model for conversation. It allows users to interact with the ChatBot, which can perform various functions based on user queries also recent events on internet.
amithmkini/dataviz-chatbot
A Next.js chatbot powered by Vercel AI that provides vizualization over a dataset
datashaman/code-butler
OpenAI assistants that help you write code.
lilNewbie/Email-With-GPT
Creating a custom GPT to send Emails using the MailJet API
pragati-chaturvedi/AppointEase
This project implements an AI chatbot that schedules appointments using Google Calendar and provides schedule availability fetched from Google Docs. The chatbot uses OpenAI's GPT model for natural language processing.
Gallillio/GPTube
An interactive tool that engages users with YouTube videos through a GPT-powered chatbot, utilizing TTS and STT for voice interaction. It features generating mock tests, correcting user answers, and creating PowerPoint presentations.
hi-tech-AI/Invoice-OCR
This project aims to use the OpenAI Function Calling to extract required data from given several kinds of invoice PDF files.
crisperpo/realtime-demo
Demo of OpenAi Realtime using WebSockets and OpenAI's function calling API
PinsaraPerera/advance_tools
This project demonstrates advanced function calling capabilities using AI agents. It integrates DB searches, API calls, Report Generating, Data Analyzing and other external tools to process user requests dynamically. Designed for testing and optimizing tool consumption by AI agents.