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
I want to provide my own set of fine tuning parameters to VertexAI generators. This includes tool_config, system_instruction(given that Gemini does not support system ChatMessages) during intialization, and stream(to _send_message) when calling the model.
Solution
To add all these parameters to the function declaration in VertexAI/Gemini generators like for OpenAI generators.
I would be more than happy to create a PR for the same, if this wasn't an intentional design choice.
The text was updated successfully, but these errors were encountered:
Problem
I want to provide my own set of fine tuning parameters to VertexAI generators. This includes tool_config, system_instruction(given that Gemini does not support system ChatMessages) during intialization, and stream(to _send_message) when calling the model.
Solution
To add all these parameters to the function declaration in VertexAI/Gemini generators like for OpenAI generators.
I would be more than happy to create a PR for the same, if this wasn't an intentional design choice.
The text was updated successfully, but these errors were encountered: