gproxy v2.9.5
v2.9.5
Fixes OpenAI Chat requests targeting Claude Opus 4.8 when system or developer
messages appear between assistant turns.修复 OpenAI Chat 请求使用 Claude Opus 4.8 时,system 或 developer 消息夹在
assistant 消息之间会被上游拒绝的问题。
English
Fixed
- Opus 4.8 mid-conversation system turns no longer create empty user messages. OpenAI Chat system and developer messages after the conversation starts now become native Claude system-role turns on supported models instead of user turns containing only a
mid_conv_systemblock. This preventsmessages.N: user messages must have non-empty contentfor prompt layouts such as SillyTavern depth injections, while pre-Opus-4.8 models keep their existing assistant-turn downgrade.
简体中文
修复
- Opus 4.8 的对话中途 system turn 不再产生空 user 消息。 对支持该能力的模型,OpenAI Chat 在对话开始后的 system 和 developer 消息现在会转换为 Claude 原生 system role,不再生成仅含
mid_conv_system块的 user turn;这修复了 SillyTavern 深度注入等排列触发的messages.N: user messages must have non-empty content,同时保留 Opus 4.8 以前模型原有的 assistant-turn 降级行为。