22 skills found
567-labs / Instructorstructured outputs for llms
JohannLai / Openai Function Calling Tools🛠 openai function calling tools for JS/TS
jakecyr / Openai Function CallingHelper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests.
Simoon-F / Openai Function Calling Use ExamplesA simple example that demonstrates how to use the function call feature of the OpenAI API
svpino / Openai Function CallingAn example of using Function Calling with OpenAI's API
JohannLai / Openai Function Calling NodejsThis is a simple example of using OpenAI's API to call a function in Nodejs. The function is a simple calculator that takes two numbers and an operator and returns the result. The function is called using the OpenAI API and the result is returned to the user.
YAV-AI / NodeJS OpenAI Function Calling ExampleThis 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.
LinkedInLearning / Function Calling With The Openai Api 4506256This repo is for the LInkedin Learning course: Function Calling with the OpenAI API
bianbianzhu / Openai Function CallingNo description available
tankibaj / Azure Openai Function CallingEnable Web Search capabilities for OpenAI GPT model using function calling
goodjun / Openai Function Calling SampleThis is a sample project that demonstrates how to use Next.js to develop an Open AI function calling application.
hilmanski / Openai Function Calling ExampleExample of using function calling and connecting it to an external API
hilmanski / Assistant Api Openai With Function CallingA nodejs example of using assistant AI API by OpenAI with function calling to use an external API
liamgwallace / OpenAI FunctionCalling HomeAssistantToolsOpenAI function calling using home assistant tools
developersdigest / Get Started With OpenAI Function Calling In NodejsNo description available
ozgrozer / Openai Assistants Api With Function CallingAI assistant that fetches real-time stock prices by using OpenAI's Assistants API with function calling
TechWithRay / OpenAI Function CallingBuild Super App Using OpenAI Function Calling
theailifestyle / OpenAI Function CallingThis repo will contain all the necessary code for users to demo the function calling app.
skandavivek / Openai Function CallingA tutorial on the new OpenAI ChatGPT/GPT-4 function calling, which bridges the gap between deterministic and non-deterministic programming - leading to all sorts of possibilities
Frederik91 / OpenAI.FunctionCallingAn easy-to-use C# library that wraps the OpenAI function call API, allowing developers to seamlessly set up and invoke a sequence of methods directly via OpenAI. Use attributes to configure classes, and let `OpenAI.FunctionCalling` manage the API calls, response evaluation, type mapping, and method invocation.