# HG URL https://huggingface.co/spaces/MiCkSoftware/laria-startup # Sample call curl -X 'POST' \ 'https://micksoftware-laria-startup.hf.space/predict' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "message": "salut", "history": [], "system_message": "You are a friendly Chatbot.", "max_tokens": 512, "temperature": 0.7, "top_p": 0.95 }'