openai-functions topic

List openai-functions repositories

openai-api-kr

38
Stars
21
Forks
Watchers

OpenAI 공식 Document, Cookbook, 그 밖의 실용 예제를 바탕으로 작성한 한국어 튜토리얼입니다. 본 튜토리얼을 통해 Python OpenAI API 를 더 쉽고 효과적으로 사용하는 방법을 배울 수 있습니다.

foundry

24
Stars
1
Forks
Watchers

A framework-agnostic toolset to create and use Functions in LLM-based apps.

chatgithub

22
Stars
1
Forks
Watchers

Exploring GitHub Using Natural Language built with OpenAI Functions and Vercel AI SDK.

Wikipedia-Scraping-with-LLM-Agents

26
Stars
3
Forks
Watchers

Scraping Wikipedia by combining LangChain's agents and tools with OpenAI's LLMs and function calling

cyrano

19
Stars
4
Forks
Watchers

personnal AI assistant

SageAI

39
Stars
1
Forks
Watchers

Folder-based functions for ChatGPT's function calling with Pydantic support 🚀

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

17
Stars
1
Forks
Watchers

Predict the exact openai token usage of functions

ask-yp

18
Stars
5
Forks
Watchers

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

23
Stars
2
Forks
Watchers

Easily create tools from zod schemas to use with OpenAI Assistants and Chat Completions, inspired by tRPC