{"id":19251157,"url":"https://github.com/oshekharo/gpt-ai","last_synced_at":"2025-10-29T06:03:37.098Z","repository":{"id":248327577,"uuid":"828393739","full_name":"OshekharO/GPT-AI","owner":"OshekharO","description":"A collection of powerful language models for various applications.","archived":false,"fork":false,"pushed_at":"2025-08-24T06:03:03.000Z","size":287,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T13:16:39.692Z","etag":null,"topics":["api","chatbot","chatgpt-free","free-gpt","gpt","language-model","openai-api","openai-api-chatbot"],"latest_commit_sha":null,"homepage":"https://gpt-ai-topaz.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OshekharO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-14T02:34:54.000Z","updated_at":"2025-08-24T06:03:06.000Z","dependencies_parsed_at":"2024-11-09T18:22:33.895Z","dependency_job_id":"7dc65beb-0845-484c-90ef-5ce2d5d19a54","html_url":"https://github.com/OshekharO/GPT-AI","commit_stats":null,"previous_names":["oshekharo/gpt-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OshekharO/GPT-AI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FGPT-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FGPT-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FGPT-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FGPT-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OshekharO","download_url":"https://codeload.github.com/OshekharO/GPT-AI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FGPT-AI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281570350,"owners_count":26523793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","chatbot","chatgpt-free","free-gpt","gpt","language-model","openai-api","openai-api-chatbot"],"created_at":"2024-11-09T18:20:27.813Z","updated_at":"2025-10-29T06:03:37.053Z","avatar_url":"https://github.com/OshekharO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPT AI\n\nA versatile Node.js server that integrates multiple chatbot APIs, offering a unified interface for various AI conversation models.\n\n## 📚 Table of Contents\n- [Features](#-features)\n- [API Usage](#-api-usage)\n- [Technologies](#-technologies)\n- [Contributing](#-contributing)\n- [License](#-license)\n- [Contact](#-contact)\n\n## 🌟 Features\n\n- Seamless integration of multiple chatbot APIs (v1 to v12)\n- Built with Express.js for robust server-side operations\n- Cross-Origin Resource Sharing (CORS) enabled for web application compatibility\n- Straightforward error handling for improved debugging\n\n## 🔧 API Usage\n\n### Send a Message to the Chatbot\n\nSend a POST request to the `/chat/v5` endpoint to interact with the chatbot.\n\n#### Endpoint\n\n```\nPOST http://localhost:3000/chat/v5\n```\n\n#### Headers\n\n```\nContent-Type: application/json\n```\n\n#### Request Body\n\n```json\n{\n  \"userMessage\": \"Hello, how are you?\"\n}\n```\n\n#### Example Using cURL\n\n```bash\ncurl -X POST http://localhost:3000/chat/v5 \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"userMessage\": \"Hello, how are you?\"}'\n```\n\n#### Example Response\n\n```json\n{\n  \"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?\"\n}\n```\n\n## 🛠️ Technologies\n\n- [Node.js](https://nodejs.org/) - JavaScript runtime\n- [Express.js](https://expressjs.com/) - Web application framework\n- [Axios](https://axios-http.com/) - Promise-based HTTP client\n\n## 🤝 Contributing\n\nWe welcome contributions, issues, and feature requests! Check out our [issues page](https://github.com/OshekharO/GPT-AI/issues) to get started.\n\n## 📝 License\n\nThis project is open source and available under the [GPL-3.0](LICENSE.md).\n\n## 📞 Contact\n\nYour Name\n- GitHub: [@OshekharO](https://github.com/OshekharO)\n- Telegram: [@OshekherO](https://t.me/OshekherO)\n\n---\n\n⭐️ If you find this project helpful, please consider giving it a star on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fgpt-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foshekharo%2Fgpt-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fgpt-ai/lists"}