google-gemini / generative-ai-js

The official Node.js / Typescript library for the Google Gemini API
https://www.npmjs.com/package/@google/generative-ai
Apache License 2.0
679 stars 141 forks source link

Remove the model field from the countTokens request payload #162

Closed DellaBitta closed 4 months ago

DellaBitta commented 4 months ago

The model isn't required as part of the countTokens request, as it's already part of the request URL.