AidenHadisi/chat-gpt-rs
Communicate with OpenAi's GPT3.5 and GPT4 (ChatGPT) API.
This is a Rust software development kit that helps developers integrate OpenAI's large language models (like GPT-3.5 and GPT-4) into their applications. Developers provide text prompts or conversations to the API, and it returns AI-generated responses. This is for Rust developers building AI-powered features or applications.
No commits in the last 6 months.
Use this if you are a Rust developer looking to add conversational AI capabilities or integrate advanced text generation into your Rust projects using OpenAI's models.
Not ideal if you are not a Rust developer or if you're looking for a ready-to-use application rather than a programming library.
Stars
11
Forks
1
Language
Rust
License
MIT
Category
Last pushed
Apr 07, 2023
Monthly downloads
23
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/AidenHadisi/chat-gpt-rs"
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