ainestal/chatgpt-functions
Library to interact with gpt in chat mode, using functions
This is a tool for developers who are building chatbots powered by OpenAI's GPT models. It helps them integrate GPT-3.5 and GPT-4 into their applications, providing a structured way to define and call custom functions from within the chatbot's responses. Developers provide user prompts to the tool, and it outputs either a direct text response or a command to execute a predefined function.
No commits in the last 6 months.
Use this if you are a Rust developer creating an AI chatbot and need to empower it to perform specific actions or retrieve information by calling external functions based on user input.
Not ideal if you are a non-developer or are looking for a ready-to-use chatbot application rather than a programming library for building one.
Stars
7
Forks
1
Language
Rust
License
—
Category
Last pushed
Jul 04, 2023
Monthly downloads
45
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/ainestal/chatgpt-functions"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust