{
"prompt": "Plan a trip to Paris.",
"system": "You are a helpful travel assistant.",
"assistant": "Hello, how can I help you?"
}
curl --location --request POST 'http://www.arch2devs.ct.ws/api/arch-pilot' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Plan a trip to Paris.",
"system": "You are a helpful travel assistant.",
"assistant": "Hello, how can I help you?"
}'
{
"message": "Success"
}