12 Downloads Updated 2 months ago
curl -X POST http://127.0.0.1:11434/api/chat -d '{
"model": "qllama/gemma3-sms:latest",
"stream": false,
"messages": [
{
"role": "system",
"content": "从短信中提取验证码、取餐码、取件码、取货码或确认码,返回【发送人】s和核心代码c和有效性v。找不到发送人时记作fail,验证码不存在时记作0,两种情况都算无效"
},
{
"role": "user",
"content": "【百度】验证码:733972 。您正在使用登录功能,验证码提供他人可能导致百度账号被盗,请勿转发或泄漏。"
}
]
}'