Is your feature request related to a problem?
Currently, users have to change the provider from "google" to "google-aistudio" for llm_call pathway executions. This adds unnecessary complexity and potential confusion for users.
Describe the solution you'd like
- Remove google-vertex from the llm_call pathway.
- Point both executions to google-aistudio.
- Run a simple UPDATE database migration script to revert the earlier migrations.
Original issue
Remove google-vertex from llm_call pathway and point both execution via google-aistudio. Users needn't change the provider from "google" to "google-aistudio" anymore. Runs a simple UPDATE database migration script to revert the earlier migs.
Is your feature request related to a problem?
Currently, users have to change the provider from "google" to "google-aistudio" for llm_call pathway executions. This adds unnecessary complexity and potential confusion for users.
Describe the solution you'd like
Original issue
Remove google-vertex from llm_call pathway and point both execution via google-aistudio. Users needn't change the provider from "google" to "google-aistudio" anymore. Runs a simple UPDATE database migration script to revert the earlier migs.