Spaces:
Paused
Paused
File size: 391 Bytes
41f2a92 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # 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
}'
|