shamspias/chat-gpt-celery-flask
A sample implementation of a chatbot using Flask, Celery, and GPT-3. It demonstrates how to create a simple chatbot that uses GPT-3 as the language generation model and Celery for handling asynchronous tasks.
This project helps developers integrate AI chat and image generation capabilities into their web applications. It takes user prompts as input and, after processing them asynchronously, provides AI-generated text or images as output. This is for software developers building applications that need to interact with large language models like GPT-3.
No commits in the last 6 months.
Use this if you are a developer looking for a basic, asynchronous setup to handle chat and image generation requests using GPT-3 in a Flask application.
Not ideal if you need advanced natural language processing features, a user interface, or a solution beyond a demonstration of backend integration.
Stars
24
Forks
2
Language
Python
License
MIT
Category
Last pushed
Feb 15, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/shamspias/chat-gpt-celery-flask"
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...