A Python-based chat application integrated with OpenAI API, featuring local encrypted conversation history storage. Current version (V0-V2) has established core functionality, with future plans for custom API integration and enterprise-level document generation. Licensed under MIT.
- 🤖 Real-time AI chat (GPT-3.5/4 supported)
- 📁 Local AES-encrypted history storage
- 🎨 Markdown message rendering
- ⚙️ Modular architecture
| Version | Status | Key Features |
|---|---|---|
| V0 | ✅ Done | Core chat framework |
| V1 | ✅ Done | History storage system |
| V2 | ✅ Done | Multi-theme UI |
| V3 | 🚧 Developing | Custom API endpoints |
| V4 | ⏳ Planned | Smart diagram/PPT generation |
| V5 | ⏳ Planned | Enterprise deployment solution |
# Clone repo
git clone https://github.com/Landerssss/chat-assistant.git
# Install dependencies
pip install -r requirements.txt
# Launch application
python main.py --api_key your_openai_key
