Add VertexAI Support#92
Conversation
Vertex support
tghamm
left a comment
There was a problem hiding this comment.
Some things I'm hoping can be addressed before we get this merged. Happy to work with you on any of the requested changes, and hopefully nothing too onerous.
|
Hey, I resolved your PR feedback. There are a couple of things I still need to tackle because it looks like the function calls integration tests are failing, but I implemented the suggested changes. Thank you :) |
…nality in Vertex AI client
|
and resolved! |
|
Awesome, will take a deeper look today! |
|
@therealpaulgg I'm running into auth errors trying to use the var credentialGCloud =
(await GoogleCredential.GetApplicationDefaultAsync()).CreateScoped(
"https://www.googleapis.com/auth/cloud-platform");
var accessToken = await credentialGCloud.UnderlyingCredential.GetAccessTokenForRequestAsync();
var client = new VertexAIClient(new VertexAIAuthentication(projectId, location, accessToken: accessToken)); |
|
No problem with that at all, feel free to make any changes needed |
|
Hey guys, if you are doing all this work to add vertex then maybe consider adding Gemini models? Looks like they are about to crush it and take a lot of market share. We are switching a lot of our LLM tasks to it, wrote our own janky http client based layer, if you had it we would prob just use you instead.On Mar 27, 2025, at 5:59 PM, Paul ***@***.***> wrote:
No problem with that at all, feel free to make any changes needed—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
therealpaulgg left a comment (tghamm/Anthropic.SDK#92)
No problem with that at all, feel free to make any changes needed
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
No description provided.