Skip to content

v0.16.3 - OpenAI Image Generation Support

Choose a tag to compare

@jasonacox jasonacox released this 03 Aug 07:18
· 14 commits to main since this release
15e3fa7

What's Changed

  • OpenAI Image Generation Support by @jasonacox in #30
  • Added OpenAI DALL-E image generation support with dedicated environment variables.
  • Added separate configuration for OpenAI image generation: OPENAI_IMAGE_API_KEY, OPENAI_IMAGE_API_BASE, OPENAI_IMAGE_MODEL, and OPENAI_IMAGE_SIZE.
  • Fixed "/image route not enabled" error by separating OpenAI image settings from LiteLLM proxy configuration.
  • Improved image generation route handling with automatic format detection for different providers (SwarmUI/OpenAI).
  • Container: jasonacox/chatbot:0.16.3

Full Changelog: v0.16.2...v0.16.3