Benigno06/homecode-support-chat
0
HomeCode Stock — Chat de Soporte
API de chat con FastAPI + NeMo Guardrails + Groq para la app HomeCode Stock.
Secrets (Settings → Repository secrets)
Probar
curl -X POST https://benigno06-homecode-support-chat.hf.space/chat \
-H "Content-Type: application/json" \
-d '{"message": "¿Cómo busco un producto por SKU?"}'PWA HomeCode Stock
En config.js:
CHAT_API_URL: 'https://benigno06-homecode-support-chat.hf.space/chat',