我对接的智谱的 ai 平台:https://open.bigmodel.cn/usercenter/apikeys
但是最近在使用中发现了有非常夸张的内容敏感词审核
比如主线台独的人名(何韵诗)会拒绝回答,出现恐怖片名称(Winnie-the-Pooh: Blood and Honey 2)会拒绝回答,真离谱,但是我就是用这玩意做内容审核呀
File /usr/local/lib/python3.11/site-packages/zhipuai/core/_http_client.py:582, in HttpClient._request(self, cast_type, options, remaining_retries, stream, stream_cls)
579 err.response.read()
581 log.debug("Re-raising status error")
--> 582 raise self._make_status_error(err.response) from None
584 # return self._parse_response(
585 # cast_type=cast_type,
586 # options=options,
(...)
589 # stream_cls=stream_cls,
590 # )
591 return self._process_response(
592 cast_type=cast_type,
593 options=options,
(...)
596 stream_cls=stream_cls,
597 )
APIRequestFailedError: Error code: 400, with error text {"contentFilter":[{"level":1,"role":"user"}],"error":{"code":"1301","message":"系统检测到输入或生成内容可能包含不安全或敏感内容,请您避免输入易产生敏感内容的提示语,感谢您的配合。"}}
打了售后电话,说没办法,就这样。不爱了不爱了,得换一个供应商了
{
"contentFilter": [
{
"level": 1,
"role": "user"
}
],
"error": {
"code": "1301",
"message": "系统检测到输入或生成内容可能包含不安全或敏感内容,请您避免输入易产生敏感内容的提示语,感谢您的配合。"
}
}
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。