openai-functions topic
openai-api-kr
OpenAI 공식 Document, Cookbook, 그 밖의 실용 예제를 바탕으로 작성한 한국어 튜토리얼입니다. 본 튜토리얼을 통해 Python OpenAI API 를 더 쉽고 효과적으로 사용하는 방법을 배울 수 있습니다.
foundry
A framework-agnostic toolset to create and use Functions in LLM-based apps.
chatgithub
Exploring GitHub Using Natural Language built with OpenAI Functions and Vercel AI SDK.
Wikipedia-Scraping-with-LLM-Agents
Scraping Wikipedia by combining LangChain's agents and tools with OpenAI's LLMs and function calling
SageAI
Folder-based functions for ChatGPT's function calling with Pydantic support 🚀
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 fu...
openai-function-tokens
Predict the exact openai token usage of functions
ask-yp
AskYP is an open-source AI chatbot that uses OpenAI Functions and the Vercel AI SDK to interact with the Yelp Fusion API with natural language.
zod-to-openai-tool
Easily create tools from zod schemas to use with OpenAI Assistants and Chat Completions, inspired by tRPC