kusumamaimunah/live-chat-indonesian-llm
0
Indonesian LLM Service for Live Chat
This is a FastAPI-based microservice for Indonesian customer service AI responses, enhanced with hybrid PySastrawi + IndoBERT processing.
Features
- ๐ง Hybrid PySastrawi + IndoBERT processing
- ๐ฌ Multi-style contextual responses
- ๐ Conversation memory and learning
- โก Performance optimization with caching
- ๐ฏ Emotional intelligence detection
API Endpoints
POST /chat- Process chat messages with hybrid intelligencePOST /embedding- Generate text embeddings for RAGGET /health- Health check with service statusGET /- Service information and feature list
Usage
Send a POST request to /chat with:
{
"text": "Your message in Indonesian",
"website_id": "your-site-id",
"context": {}
}Technology Stack
- Framework: FastAPI with async support
- NLP Models: IndoBERT + PySastrawi + sentence-transformers
- Language: Python 3.10
- ML Libraries: PyTorch, transformers, sentence-transformers
Part of the Live Chat Application ecosystem - Transformers 4.45.0 Fix: 1757610200
