#1240 no choices:response=ChatCompletion(id='05MDadOZKoOwqtsPlfmcoQ0', choices=[Choice(finish_reason='content_filter: PROHIBIT

23.247* Posted at: 21 hours ago 👁9

no choices:response=ChatCompletion(id='05MDadOZKoOwqtsPlfmcoQ0', choices=[Choice(finish_reason='content_filter: PROHIBITED_CONTENT', index=0, logprobs=None, message=None)], created=1761842131, model='gemini-2.5-flash', object='chat.completion', service_tier=None, system_fingerprint=None, usage=CompletionUsage(completion_tokens=0, prompt_tokens=1004, total_tokens=1004, completion_tokens_details=None, prompt_tokens_details=None))


=
Windows-10-10.0.22631-SP0
version:v3.80
frozen:True
language:zh

1 Replies

这个错误表明您使用的 Gemini 翻译渠道返回了"禁止内容"的过滤结果。这通常发生在翻译内容被 AI 模型的安全机制拦截时。

请尝试以下解决方案:

  1. 切换翻译渠道:在"翻译设置"中暂时切换到其他翻译渠道,如 Google、Microsoft 或 DeepSeek。
  2. 调整翻译内容:如果必须使用 Gemini,可以尝试:

    • 在"高级选项"中将"同时翻译的字幕数"设为 1
    • 取消勾选"发送完整字幕"
    • 这会将字幕分段发送,可能避免触发内容过滤
  3. 检查翻译文本:确保源字幕内容不包含可能被标记为敏感的内容。

如果问题持续存在,建议优先使用其他翻译渠道,因为 Gemini 的内容过滤机制相对严格。

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Trending Questions