0xnenlabs/SageAI
Folder-based functions for ChatGPT's function calling with Pydantic support 🚀
This project helps Python developers integrate custom functions with ChatGPT's function calling feature. It allows you to organize your code in a structured way, defining inputs and outputs using Pydantic for clear typing. The project takes your Python functions and makes them accessible to the ChatGPT model, returning the function's output based on a natural language query. It's designed for developers building applications that leverage large language models to perform specific, predefined actions.
No commits in the last 6 months.
Use this if you are a Python developer building applications that need to give ChatGPT the ability to call your custom tools or functions reliably and efficiently.
Not ideal if you are looking for a no-code solution or if your primary goal is general text generation without integrating external code execution.
Stars
40
Forks
1
Language
Python
License
MIT
Category
Last pushed
Nov 15, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/0xnenlabs/SageAI"
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
rizerphe/openai-functions
Generate ChatGPT function call schemas based on function docstrings.
FullStackWithLawrence/openai-hello-world
A Python "Hello World" application that also demonstrates the OpenAI API and usage of Docker.