Review of "Gemini AI ChatBot" version 5

Details Page Preview

New Ui is out now! This Add-on is using gemini ai 1.0 pro, 1.5 flash, 1.5 pro models for chatting. This extensions using ip-api.com for location detection and googleapis.com for gemini model also if you are planing to use Vertex api you should install `gcloud` as dependency (optional) NOTE: This extension is not affiliated, funded, or in any way associated with Google and Gemini.

Extension Homepage
https://github.com/wwardaww/gnome-gemini-ai/blob/main/CHANGES.md

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

Arda F posted a review
Hi, I removed the gnome version 44 and below it needs to be reworked when I have some free time I will publish a different version. Thanks for the feedbacks
JustPerfection active
Thanks! Better to remove the timeout in the same class. For example, you can add this to the `Gemini` class: ```js destroy() { if (this.afterTune) { GLib.Source.remove(this.afterTune); this.afterTune = null; } super.destroy(); } ``` btw, Please also add this to the description: > This extension is not affiliated, funded, or in any way associated with Google and Gemini.
Arda F posted a review
Thanks for the assist! I made those changes on the dev stack (https://github.com/wwardaww/gnome-gemini-ai/commit/fc32b8c3a75823acdcb174f291695dbc7bd6fb2d) since ext is active I will publish with the new version
JustPerfection posted a review
Thanks!