acheong08 / Bard

Python SDK/API for reverse engineered Google Bard
MIT License
1.42k stars 177 forks source link

improvement : Changed images to list so that it maintain order of ima… #49

Closed Daxitdon closed 1 year ago

Daxitdon commented 1 year ago

Modified the image variable type from set to list to maintain the order of links

For example, if the user asks for the top 10 places to visit in the world, the image links will also be arranged in the same order.