rizerphe/openai-functions
Generate ChatGPT function call schemas based on function docstrings.
This tool helps Python developers integrate OpenAI's function calling feature into their applications more easily. It takes Python functions defined with docstrings and type hints, or dataclasses, and automatically generates the necessary schemas for ChatGPT. Developers can then use these schemas to enable their AI to call custom functions or extract structured data from natural language, streamlining the creation of conversational AI or data processing workflows.
No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer building applications that leverage OpenAI's function calling to allow your AI to perform actions or extract specific information from user input.
Not ideal if you are not a Python developer or are looking for a pre-built, no-code solution for integrating AI functions.
Stars
57
Forks
8
Language
Python
License
MIT
Category
Last pushed
Sep 29, 2023
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/rizerphe/openai-functions"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ndycode/oc-chatgpt-multi-auth
OpenCode plugin for using ChatGPT Plus/Pro in GPT-5 and Codex workflows with OAuth login,...
oceanlvr/ChatGPT-ProBot
🤖️ A ChatGPT based GitHub robot. dialogue/CR/etc..
dataforseo/open-ai-actions
OpenAPI specs for integrating DataForSEO APIs with ChatGPT Actions
FullStackWithLawrence/openai-hello-world
A Python "Hello World" application that also demonstrates the OpenAI API and usage of Docker.
jakecyr/openai-function-calling
Helper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests.