-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Google's Vertex AI #436
Conversation
/review |
PR Analysis(review updated until commit 557ec72)
PR Feedback
|
Hi @rhyst some notes:
Just for my personal knowledge - what is Vertex AI ? :-) |
I'll add some docs 🙂 I have tested the Vertex AI I think is Google's "AI platform". Within it they have several off the shelf models like In my limited experience so far the If you work within the Google cloud ecosystem then all of their SDKs and tools use what they call default credentials which means they attempt to find some credentials on whatever machine you are running on. For example on a developer machine this will likely be some credential file in |
@rhyst is this PR still active ? |
Yes, I intend to update it 🙂 |
4957355
to
1bc34d0
Compare
1bc34d0
to
557ec72
Compare
I have updated the documentation and config template. I will find some time to ensure all the commands work with the updated litellm (I have access to gpt3.5/gpt4 and vertex so I will test those). |
Persistent review updated to latest commit 557ec72 |
Support Google's Vertex AI
This PR adds support for Google's Vertex AI which is fairly simple as the litellm package just supports it.
I don't know if the way I dealt with the config is correct, at the moment it seems like everything else needs an Open AI key but obviously Vertex does not so I removed the attribute error check.
If you are open to accepting this PR then I'm happy to update documentation etc. as well.