CYarros10 commented on code in PR #41770:
URL: https://github.com/apache/airflow/pull/41770#discussion_r1732701022
##########
airflow/providers/google/cloud/hooks/vertex_ai/generative_model.py:
##########
@@ -56,9 +56,13 @@ def get_text_embedding_model(self, pretrained_model: str):
model = TextEmbeddingModel.from_pretrained(pretrained_model)
return model
- def get_generative_model(self, pretrained_model: str) -> GenerativeModel:
+ def get_generative_model(
Review Comment:
I've returned the required parameter name to its original state. thanks for
the heads up. no deprecation necessary.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]