zhudotexe/chatgpt-api-demo
Demo of how to use the ChatGPT API to create a chat application right in your terminal.
This helps developers quickly understand and implement the ChatGPT API to create basic conversational AI applications. It takes your input text and provides AI-generated responses, showing how to manage conversation history and system instructions. This tool is designed for developers exploring or prototyping with OpenAI's ChatGPT API.
No commits in the last 6 months.
Use this if you are a developer looking for a basic, terminal-based example to interact with the ChatGPT API.
Not ideal if you are an end-user looking for a polished chat application or a non-developer wanting to use ChatGPT without coding.
Stars
7
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/zhudotexe/chatgpt-api-demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.