mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-19 10:14:21 -05:00
chore: remove deprecated GPT-4 models from image generation supported list
- Remove `gpt-4o` from image generation supported models - Remove `gpt-4o-mini` from image generation supported models - Remove `gpt-4.1` from image generation supported models - Remove `gpt-4.1-mini` from image generation supported models - Keep `gpt-4.1-nano`, `o3`, and `gpt-5` as supported models
This commit is contained in:
@@ -22,10 +22,6 @@ const ImageGenerationToolType = "image_generation"
|
||||
|
||||
// ImageGenerationSupportedModels lists all models that support image generation
|
||||
var ImageGenerationSupportedModels = []string{
|
||||
"gpt-4o",
|
||||
"gpt-4o-mini",
|
||||
"gpt-4.1",
|
||||
"gpt-4.1-mini",
|
||||
"gpt-4.1-nano",
|
||||
"o3",
|
||||
"gpt-5",
|
||||
|
||||
Reference in New Issue
Block a user