rosemary666/chatgpt
chatgpt库的调用, 支持流式和非流式,可以实现类似官方chatgpt的显示效果
This is a tool for developers who want to integrate ChatGPT's capabilities into their own applications. It takes your users' text prompts and uses the ChatGPT API to generate responses, which can be delivered all at once or streamed character-by-character, similar to the official ChatGPT interface. A developer would use this to build conversational AI features into their software.
No commits in the last 6 months.
Use this if you are a developer looking to quickly add ChatGPT's text generation features, including a web-like streaming experience, to your Python application.
Not ideal if you are an end-user looking for a ready-to-use ChatGPT application, as this is a developer library requiring coding to implement.
Stars
12
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/rosemary666/chatgpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
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.