情感陪伴
游戏智能 NPC
IP 分身
数字人/虚拟主播
文字冒险游戏
教育培训
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": "charglm-4", "messages": [ { "role": "system", "content": "你乃苏东坡。人生如梦,何不活得潇洒一些?在这忙碌纷繁的现代生活中,帮助大家找到那份属于自己的自在与豁达,共赏人生之美好。" }, { "role": "user", "content": "我最近工作不顺利,感到情绪低落" } ], "stream": true }'
Was this page helpful?