artmatsak/horace
LLM chatbot server with ChatGPT plugins
This project helps developers integrate AI chatbots into their web or mobile applications. It takes your chosen Large Language Model (like OpenAI's ChatGPT) and a set of ChatGPT plugins as input, providing a WebSocket server that handles the chatbot's logic and plugin interactions. The output is a ready-to-use chatbot endpoint that can be embedded directly into your application. This is for software developers building applications who need to add conversational AI capabilities.
No commits in the last 6 months.
Use this if you are a developer building a web or mobile application and want to add a custom chatbot powered by an LLM and ChatGPT plugins without building the server infrastructure from scratch.
Not ideal if you are an end-user looking for a pre-built, ready-to-use chatbot application; this project is for developers to build such applications.
Stars
38
Forks
6
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 10, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/artmatsak/horace"
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...