Remove obsolete string from openai_conversation strings.json (#122623)

This commit is contained in:
Denis Shulyaka 2024-07-26 04:48:26 +03:00 committed by GitHub
parent e5f2046b19
commit 78a98afb8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,11 +64,5 @@
"invalid_config_entry": {
"message": "Invalid config entry provided. Got {config_entry}"
}
},
"issues": {
"image_size_deprecated_format": {
"title": "Deprecated size format for image generation action",
"description": "OpenAI is now using Dall-E 3 to generate images using `openai_conversation.generate_image`, which supports different sizes. Valid values are now \"1024x1024\", \"1024x1792\", \"1792x1024\". The old values of \"256\", \"512\", \"1024\" are currently interpreted as \"1024x1024\".\nPlease update your scripts or automations with the new parameters."
}
}
}