julep-ai/turbo-ai
Idiomatic way to build chatgpt apps using async generators in python
This is a Python library that helps developers create conversational AI applications using the ChatGPT API. It simplifies sending sequences of messages (like user questions, system instructions, or previous AI responses) to the ChatGPT model and receiving its generated replies. Python developers building AI chat applications would use this.
No commits in the last 6 months.
Use this if you are a Python developer looking for an idiomatic and flexible way to programmatically manage conversation flows and integrate ChatGPT's responses into your applications.
Not ideal if you are looking for a no-code solution or are not comfortable writing Python code to build your AI applications.
Stars
21
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jun 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/julep-ai/turbo-ai"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
BlinkDL/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
myreader-io/myGPTReader
A community-driven way to read and chat with AI bots - powered by chatGPT.
robindekoster/chatgpt-custom-knowledge-chatbot
This open source chatbot project lets you create a chatbot that uses your own data to answer...
JRC1995/Chatbot
Hybrid Conversational Bot based on both neural retrieval and neural generative mechanism with TTS.
Lukium/chatgpt-api-server
ChatGPT Web API server based on Flask that can respond both via browser through Flask Forms and...