GPT AI
1.0.0
A versatile Node.js server that integrates multiple chatbot APIs, offering a unified interface for various AI conversation models.
Send a POST request to the /chat/v5 endpoint to interact with the chatbot.
POST http://localhost:3000/chat/v5
Content-Type: application/json
{
"userMessage": "Hello, how are you?"
}curl -X POST http://localhost:3000/chat/v5
-H "Content-Type: application/json"
-d '{"userMessage": "Hello, how are you?"}'{
"reply": "Hello! As an AI language model, I don't have feelings, but I'm functioning well and ready to assist you. How can I help you today?"
}We welcome contributions, issues, and feature requests! Check out our issues page to get started.
This project is open source and available under the GPL-3.0.
Your Name
️ If you find this project helpful, please consider giving it a star on GitHub!