Martin Hawksey
Martin Hawksey
Thank you for the acknowledgement. Great work, I'm a big fan m(_ _)m
not entirely sure what you mean by auto function - given how quickly the models are currently change and with different billing I think it should be up to the...
If you run `runTextAndImages()` using the script example below updating `YOUR_PROJECT_ID` do you get the same error? ``` const genAI = new GeminiApp({ region: 'us-central1', project_id: 'YOUR_PROJECT_ID', }); function fileToGenerativePart(id)...
It gets confusing with the Google AI Studio and Vertex AI capabilities. The different model versions add some complexity. The ability to inline pdf's is a preview feature in Gemini...
But it's so big 🫣 ... Image handling is next on my list. Not expecting it to happen anytime soon but it would be great to see Gemini AI as...
With the public preview of the [new Gemini TS/JS SDK](https://github.com/googleapis/js-genai) one route would be to port this to Apps Script
Hey @sig-mandel - so you are suggesting something similar to the Google published client libraries which auto switch the endpoint if you are using experimental models?
... I see in the Google client libraries they default to `v1beta`. Perhaps this is better?
What you are saying is clear now, however, I don't think `requestOptions` make it into the url fetch as the `_makeRequest` only passes in `params` See https://github.com/mhawksey/GeminiApp/blob/main/src/GeminiApp.js#L51-L54 I've encountered issues...