chore: change vertex provider name for compatibility with esperanto

This commit is contained in:
LUIS NOVO 2025-06-09 20:43:55 -03:00
parent e4e2384587
commit 79bfa85b67
2 changed files with 2 additions and 0 deletions

1
migrations/6.surrealql Normal file
View file

@ -0,0 +1 @@
update model set provider='vertex' where provider='vertexai';

View file

@ -0,0 +1 @@
update model set provider='vertexai' where provider='vertex';