情感陪伴
心理咨询
情绪管理
压力缓解
人际关系指导
curl -X POST "https://open.bigmodel.cn/api/paas/v4/chat/completions" \ -H "Authorization: Bearer your_api_key" \ -H "Content-Type: application/json" \ -d '{ "model": "emohaa", "messages": [ { "role": "user", "content": "我最近工作压力很大,经常感到焦虑,不知道该怎么办" } ], "meta": { "user_info": "一位正在经历工作压力的职场人士", "bot_info": "专业的心理咨询师,擅长情绪支持和压力管理", "bot_name": "心理咨询师", "user_name": "用户" }, "stream": true }'
Was this page helpful?