rueetschli/OpenAI-GPT-3.5-turbo-simple-script
Hier findest du das wohl einfachste und benutzerfreundlichste Chat-Script für die OpenAI-API GPT 3.5-tubro und GPT 4. Das Script benötigt kein Framework und du kannst es ohne Vorkenntnisse verwenden. // EN: Here you will find probably the simplest and most user-friendly chat script for the OpenAI API GPT 3.5-tubro and GPT 4.
This project helps you quickly set up a private chat interface using OpenAI's GPT-3.5-turbo or GPT-4 models. You provide a question or prompt, and the system generates an AI-powered response, similar to ChatGPT, but hosted on your own server for privacy and control. It's designed for anyone who wants a straightforward, self-hosted chat assistant without needing deep technical knowledge.
No commits in the last 6 months.
Use this if you want to host your own simple, customizable chat interface for OpenAI's GPT models on your web server, maintaining full control over your data and API key.
Not ideal if you need a complex application with advanced features like user management, detailed analytics, or integration with other business systems, as this is a basic chat interface.
Stars
29
Forks
8
Language
JavaScript
License
MIT
Category
Last pushed
Mar 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/rueetschli/OpenAI-GPT-3.5-turbo-simple-script"
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...