laria-startup / doc.md
MiCkSoftware's picture
fix + client
41f2a92

A newer version of the Gradio SDK is available: 6.10.0

Upgrade

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 }'