OpenDive / OpenAIKit

Swift Package for OpenAI's API
MIT License
248 stars 46 forks source link

Change ImageData from a struct to an enum #24

Closed MarcoDotIO closed 1 year ago

MarcoDotIO commented 1 year ago

Changing ImageData from a struct to an enum would improve performance of the library to eliminate the need to unwrap the image result(s).