中文LLM审查过滤器因“六月四日”日期阻断代码调试
英文摘要
A user debugging code with glm-5.1 via litellm discovered that the model rejected a debug log because it contained the date 'June 4'. The resulting AnthropicException indicated the system detected potentially unsafe or sensitive content. The log was merely a historical record of prior errors, but the presence of the date triggered the censorship filter. This incident demonstrates how safety filters in Chinese LLMs can unexpectedly interfere with routine technical tasks when dates associated with sensitive events appear.
中文摘要
用户通过litellm使用glm-5.1调试代码时发现,模型因调试日志中包含“6月4日”日期而拒绝处理,抛出的AnthropicException提示检测到潜在不安全或敏感内容。该日志只是历史错误记录,但日期触发了审查过滤器。这表明中文LLM的安全过滤器在遇到与敏感事件关联的日期时,可能意外干扰日常技术工作。
关键要点
glm-5.1 model blocked processing due to 'June 4' date in a debug log.
glm-5.1模型因调试日志中的“6月4日”日期阻断处理。
The error was AnthropicException indicating unsafe content detection.
错误为AnthropicException,提示检测到不安全内容。
The incident shows Chinese LLM censorship can affect non-political tasks.
该事件显示中文LLM审查可能影响非政治性任务。