josebenitezg/flaskGPT
Flask Demo for gpt3.5-turbo (chatGPT)
This tool helps you quickly set up a personal AI chatbot interface, similar to ChatGPT, that you can host online. You provide your OpenAI API key, and it gives you a web application where you can have conversations with the gpt-3.5-turbo AI model. It's ideal for anyone who wants a private, customizable chat interface for experimenting with AI or for internal team use.
No commits in the last 6 months.
Use this if you want a straightforward way to deploy your own custom chatbot interface powered by OpenAI's gpt-3.5-turbo model, without needing to build it from scratch.
Not ideal if you're looking for a complex application with advanced features like user authentication, data persistence, or integration with other systems.
Stars
11
Forks
9
Language
HTML
License
—
Category
Last pushed
Mar 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/josebenitezg/flaskGPT"
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...