cartertemm / AI-content-describer

NVDA add-on that provides descriptions for controls and images, powered by GPT4
GNU General Public License v2.0
48 stars 24 forks source link

Add Google Gemini API support #11

Closed ckundo closed 7 months ago

ckundo commented 10 months ago

I've been working on a similar add-on that uses Google Gemini vision APIs (see https://youtu.be/-zESXbEA160). Are you all considering adding a Gemini hook to your plugin?

cartertemm commented 9 months ago

What are your thoughts after using Google Gemini for some time? I know the pricing is comparable to GPT vision (if not cheaper). How about accuracy?

I hadn't considered implementing it before, but it could definitely be a good backup option.

cartertemm commented 7 months ago

Support for Google Gemini, Claude 3, and llama.cpp added.