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
fix(images): correct variation API return type to List<OpenAIImageData>
- Change variation() return type from List<OpenAIImageModel> to List<OpenAIImageData>
- Update interface and implementation to match actual API response structure
- Simplify response parsing by directly mapping data array to OpenAIImageData
- Fix example usage to work with correct return type
- Update tests: remove deprecated model.permission checks; fix audio transcription type assertions; correct file.list() return type handling