mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
在 FormatNormalizer 基类新增 _reorder_request_keys 方法,OpenAI/OpenAI CLI normalizer 各自定义前缀字段顺序(model, tools, messages / model, instructions, tools, input),确保静态字段前置、动态内容后置。同时调整 OpenAI CLI 中 instructions 字段的构建位置使其在 input 之前。