You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike OpenAI which provided you with an apikey. Google's own convoluted authentication methods involves service account and all sorts of tokens.
Personally, I've tried running gcloud auth print-access-token and use that token for LLMAPIClientConfig, but it doesn't seem to work, and I don't know what else to do. Please help!
The text was updated successfully, but these errors were encountered:
Right now you can only use google with this library if you have access to Google PaLM API
via MakerSuite
But it will be a good addition to add access to PaLM through Vertex AI
Unlike OpenAI which provided you with an apikey. Google's own convoluted authentication methods involves service account and all sorts of tokens.
Personally, I've tried running
gcloud auth print-access-token
and use that token for LLMAPIClientConfig, but it doesn't seem to work, and I don't know what else to do. Please help!The text was updated successfully, but these errors were encountered: