{"id":23231261,"url":"https://github.com/youssef-ashraf71/palm-chatbot","last_synced_at":"2026-03-10T19:32:29.651Z","repository":{"id":181613805,"uuid":"667038797","full_name":"Youssef-Ashraf71/PaLM-ChatBot","owner":"Youssef-Ashraf71","description":"PaLMBot App leverages the PaLm API to deliver engaging conversations with an advanced LLM, offering real-time responses and interactive interactions.","archived":false,"fork":false,"pushed_at":"2024-08-17T23:55:54.000Z","size":136,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T16:54:26.018Z","etag":null,"topics":["chatbot","llm","palm-api"],"latest_commit_sha":null,"homepage":"https://palm-chat-bot.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Youssef-Ashraf71.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}},"created_at":"2023-07-16T12:45:58.000Z","updated_at":"2024-08-17T23:55:57.000Z","dependencies_parsed_at":"2024-12-19T02:14:14.580Z","dependency_job_id":"d919e9f1-3b6c-429d-9a6b-351404004208","html_url":"https://github.com/Youssef-Ashraf71/PaLM-ChatBot","commit_stats":null,"previous_names":["youssef-ashraf71/palm-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Youssef-Ashraf71/PaLM-ChatBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youssef-Ashraf71%2FPaLM-ChatBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youssef-Ashraf71%2FPaLM-ChatBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youssef-Ashraf71%2FPaLM-ChatBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youssef-Ashraf71%2FPaLM-ChatBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Youssef-Ashraf71","download_url":"https://codeload.github.com/Youssef-Ashraf71/PaLM-ChatBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youssef-Ashraf71%2FPaLM-ChatBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30350084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chatbot","llm","palm-api"],"created_at":"2024-12-19T02:14:02.898Z","updated_at":"2026-03-10T19:32:29.629Z","avatar_url":"https://github.com/Youssef-Ashraf71.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 PalmBot App\n\nWelcome to the PalmBot App! 🎉 This is a simple chat application built using HTML, CSS, and JavaScript, allowing you to have conversations with a chatbot powered by the [Palm API](https://developers.generativeai.google/). The chatbot responds to your messages by generating customized responses based on the provided prompts.\n\nPlease note that this chat app responds to each individual user request, providing prompt-based responses rather than maintaining accumulative context like ChatGPT.\n\n## 💻 Live Demo\n[PaLMBot](https://palm-chat-bot.vercel.app/)\n\n## ✨ Features\n\n- 💬 Enter prompts and send them to the chatbot.\n- ⚡️ Chatbot generates responses based on your prompts using the Palm API.\n- 📝 View the conversation history in the chat window.\n- 📋 Copy chatbot responses to the clipboard with ease.\n- 🌓 Switch between light mode and dark mode themes to suit your preferences.\n\n## 🚀 Getting Started\n\nTo run the chat app locally, follow these simple steps:\n\n1. Clone the repository or download the source code.\n2. Open the project directory in your code editor.\n3. Launch a live server to serve the files. You can use tools like Visual Studio Code's [Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) or any other web server of your choice.\n4. Access the chat app through the provided local server URL.\n\n```\n http://localhost:3000\n```\n\n## 💡 Usage\n\n1. 👉 Type your message in the chat input box.\n2. ⏰ Press Enter or click the send button to send your message.\n3. 💬 The chatbot will generate a response based on your message and display it in the chat window.\n4. 📋 You can copy the chatbot's response to the clipboard by clicking the \"content_copy\" button next to the response.\n5. 🌗 You can switch between light mode and dark mode themes by clicking the \"light_mode\" or \"dark_mode\" button.\n\n## ⚙️ Configuration\n\nTo configure the API key for the chat app, replace the `API_KEY` constant in the `palmbot.js` file with your valid Palm API key.\n\n```javascript\nconst API_KEY = \"YOUR_API_KEY\";\n```\n\nPlease ensure that you have a valid API key from the Palm API provider.\nYou can get yours from [PaLM API](https://developers.generativeai.google/)\n\n## 🚧 Limitations\n\n- The chat app only responds to individual user requests and doesn't maintain context or provide accumulative responses like ChatGPT.\n- The chatbot's functionality relies on the Palm API. Any issues or limitations with the API may affect the chatbot's performance and responsiveness.\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE.txt).\n\n## 🙏 Acknowledgements\n\n- The chat app was built using HTML, CSS, and JavaScript.\n- The design and styling of the chat app were inspired by various chat interfaces and UI patterns.\n\n## 🆘 Troubleshooting\n\nIf you encounter any issues or have questions about the chat app, please feel free to reach out\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://twitter.com/yoyobunt\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg\" alt=\"yoyobunt\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://linkedin.com/in/yousssef-ashraf-a76633238\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"yousssef-ashraf-a76633238\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoussef-ashraf71%2Fpalm-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoussef-ashraf71%2Fpalm-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoussef-ashraf71%2Fpalm-chatbot/lists"}