Franklin Méndez
Franklin Méndez
Hey @TSSFL in order to call different API services you could add a Selector with the available options on the [Setup.tsx](https://github.com/fjosue4/google-gemini-ui/blob/main/src/pages/Welcome/Setup/Setup.tsx) For each option on the select input, you will...
@TSSFL with the last update I sent there's a selector for the model, you could use the same but instead of a model for Gemini, you could ask for the...
Hey @0wwafa I'll need to check if the API now accepts files that aren't part of the Google Account files, Gemini Vision Pro the last time I checked required to...
@0wwafa I just tested it but no luck TypeError: (0 , import_fs.readFileSync) is not a function Seems like it's not browser-based. I'll be testing the upcoming days with this other...
Nope @0wwafa we need to use the endpoint as the GoogleAIFileManager is not compatible with the browser.  Here's what ChatGPT still says about this error: 
Yes, it runs correctly on NodeJS, but this UI is browser-based with a pure frontend that's why it's not working directly and requires a similar endpoint as the one I...
Yes, that's a problem because all chats at least on this app are stored in LocalStorage to provide context to Gemini, even with this sometimes it reads the message and...
Awesome @0wwafa I'll test passing the base64 inside the content this weekend, I'll let you know how it goes! About memory, I was talking on the user side (browser) keeping...
Great, thanks for sharing your finds! I'll let you know how my testing goes.