mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-19 10:14:21 -05:00
- Remove gpt-4o, gpt-4o-mini, gpt-4.1, and gpt-4.1-mini from ImageGenerationSupportedModels - These models are being retired by OpenAI effective February 13, 2026 - Keep gpt-4.1-nano, o3, gpt-5, gpt-5-nano, gpt-5.2 as supported - Update tests to use gpt-5.2 instead of gpt-4o as the example supported model - Update test expectations to reflect deprecated models no longer being supported This ensures users get accurate warnings when attempting image generation with retired models, while maintaining support for currently available models. Co-Authored-By: Warp <agent@warp.dev>