You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance image generation functionality by adding support for aspect r…
…atio in Gemini API requests, improving error handling, and integrating tracing for better logging. Update dependencies in Cargo.toml and Cargo.lock to include tracing and related libraries.
Update GeminiResponse struct to make predictions optional and enhance…
… error handling in generate_image_from_gemini function for improved robustness.
Enhance README.md and main.rs to support additional optional environm…
…ent variables for server configuration, including SERVER_LISTEN_ADDR, SERVER_PORT, and IMAGE_RESOURCE_SERVER_ADDR, improving flexibility for deployment.