bigduu/openai-cli
This is a Rust library that provides a CLI (command-line interface) for easy and convenient access to the OpenAI ChatGPT API. The library offers a simple and straightforward way to integrate the ChatGPT API into your Rust-based applications.
This tool provides a straightforward command-line interface to interact with OpenAI's ChatGPT API. You can input natural language questions or prompts via the command line and receive generated text responses directly. This is designed for developers who want to quickly test and experiment with ChatGPT's capabilities within their Rust development environment.
No commits in the last 6 months.
Use this if you are a Rust developer looking for a convenient way to access and integrate OpenAI's ChatGPT API for testing or building Rust-based applications.
Not ideal if you are a non-developer seeking a graphical user interface or a production-ready web application for ChatGPT interactions.
Stars
10
Forks
3
Language
Rust
License
Apache-2.0
Category
Last pushed
Mar 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/bigduu/openai-cli"
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