Skip to content

OshekharO/GPT-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

84 Commits

Repository files navigation

GPT AI

A versatile Node.js server that integrates multiple chatbot APIs, offering a unified interface for various AI conversation models.

📚 Table of Contents

🌟 Features

  • Seamless integration of multiple chatbot APIs (v1 to v12)
  • Built with Express.js for robust server-side operations
  • Cross-Origin Resource Sharing (CORS) enabled for web application compatibility
  • Straightforward error handling for improved debugging

🔧 API Usage

Send a Message to the Chatbot

Send a POST request to the /chat/v5 endpoint to interact with the chatbot.

Endpoint

POST http://localhost:3000/chat/v5 

Headers

Content-Type: application/json 

Request Body

{"userMessage": "Hello, how are you?" }

Example Using cURL

curl -X POST http://localhost:3000/chat/v5 \ -H "Content-Type: application/json" \ -d '{"userMessage": "Hello, how are you?"}'

Example Response

{"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?" }

🛠️ Technologies

🤝 Contributing

We welcome contributions, issues, and feature requests! Check out our issues page to get started.

📝 License

This project is open source and available under the GPL-3.0.

📞 Contact

Your Name


⭐️ If you find this project helpful, please consider giving it a star on GitHub!