Conversation
6b8ce98 to
52cbd48
Compare
This PR adds support to Google Models via: - Gemini API - VertexAI The actual backend used depends on the parameters passed to GoogleModel
52cbd48 to
8bcd6bf
Compare
|
update: Those changes were tested with Gemini models through Gemini API. I imagine we're gonna need to include the original though signatures when passing new messages to the Gemini model, but this requires a couple of changes to the SDK code - mainly how we handle content of Once we'll fix handling content in |
This PR adds support to Google Models via:
The actual backend used depends on the parameters passed to GoogleModel