{"id":26873630,"url":"https://github.com/nacreousdawn596/llmchat","last_synced_at":"2025-10-12T12:42:05.856Z","repository":{"id":285283620,"uuid":"957604763","full_name":"NacreousDawn596/LLMchat","owner":"NacreousDawn596","description":"A delightful cross-platform desktop chat application powered by AI, built with 💖 using Electron, Flask, and the magic of LLMs!","archived":false,"fork":false,"pushed_at":"2025-03-30T19:47:08.000Z","size":825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T20:24:26.266Z","etag":null,"topics":["ai","chat","desktop","electron","flask","g4f","llm","llms","python"],"latest_commit_sha":null,"homepage":"","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/NacreousDawn596.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":"2025-03-30T19:11:20.000Z","updated_at":"2025-03-30T19:47:11.000Z","dependencies_parsed_at":"2025-03-30T20:35:20.621Z","dependency_job_id":null,"html_url":"https://github.com/NacreousDawn596/LLMchat","commit_stats":null,"previous_names":["nacreousdawn596/llmchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NacreousDawn596/LLMchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NacreousDawn596%2FLLMchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NacreousDawn596%2FLLMchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NacreousDawn596%2FLLMchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NacreousDawn596%2FLLMchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NacreousDawn596","download_url":"https://codeload.github.com/NacreousDawn596/LLMchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NacreousDawn596%2FLLMchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011293,"owners_count":26084928,"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-12T02:00:06.719Z","response_time":53,"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":["ai","chat","desktop","electron","flask","g4f","llm","llms","python"],"created_at":"2025-03-31T09:19:41.838Z","updated_at":"2025-10-12T12:42:05.824Z","avatar_url":"https://github.com/NacreousDawn596.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎀 LLMchat - Your AI Desktop Companion\n\n![App Screenshot](./assets/screenshot.png)\n\nA delightful cross-platform desktop chat application powered by AI, built with 💖 using Electron, Flask, and the magic of LLMs!\n\n## ✨ Features\n\n- 🧠 **AI-Powered Conversations** (GPT-4o, GPT-3.5, Claude, and more!)\n- 🌐 **Web Search Integration** for enhanced responses\n- 🔄 **Response Regeneration** with version history\n- 🎨 **Sleek Glassmorphism UI** with dark mode\n- 📚 **Session History** persistence\n- ⚡ **Real-time Streaming** responses\n- 🖱️ **Context Menu Actions** (Copy/Regenerate)\n- 📱 **Responsive Design** for all screen sizes\n- 🔧 **Model Configuration** on the fly\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Python 3.9+\n- Node.js 16+\n- npm\n\n### Installation\n1. Clone the repository\n```bash\ngit clone https://github.com/NacreousDawn596/LLMchat.git\ncd LLMchat\n```\n\n2. Install Node.js and PIP dependencies\n```bash\nnpm install\npip install --user -r requirements.txt\n```\n\n3. Start the application\n```bash\nnpm start\n```\n\n## 🌈 Usage\n- 💬 Type your message and press Enter\n- 🔍 Toggle web search with the switch\n- ⚙️ Select different AI models from the dropdown\n\n\n## 🧩 Tech Stack\n### Frontend\n\u003e 🎀 Electron | 🎨 Tailwind CSS | 💫 JavaScript\n\n### Backend\n\u003e 🐍 Flask | 🧠 gpt4free\n\n### Utilities\n\u003e 🔌 IPC Communication | 📦 Process Management | 🗃️ Session Storage\n\n## 📂 Project Structure\n```bash\nLLMchat/\n├── main.py            # Flask backend\n├── app.js             # Electron main process\n├── preload.js         # Electron preload script\n├── main.js            # Renderer process\n├── style.css          # Main styles\n├── index.html         # Main window\n└── requirements.txt   # Python dependencies\n```\n\n## 🤝 Contributing\n**We 💖 contributions! Here's how to help:**\n-    Fork the project\n\n-    Create your feature branch (git checkout -b feature/AmazingFeature)\n\n-    Commit your changes (git commit -m 'Add some AmazingFeature')\n\n-    Push to the branch (git push origin feature/AmazingFeature)\n\n-    Open a Pull Request\n\n## 📜 License\nDistributed under the MIT License. See LICENSE for more information.\n\n## 🌟 Acknowledgments\n- gpt4free for the AI magic\n- Electron community for awesome desktop app framework\n- Flask for simple yet powerful backend\n- You, for being awesome! 😊\n\n\u003chr\u003e\nMade with ✨🦄🔮 by NacreousDawn596 - Because every desktop deserves some AI magic!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnacreousdawn596%2Fllmchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnacreousdawn596%2Fllmchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnacreousdawn596%2Fllmchat/lists"}