From cbfa16bea6a78e8d56e9fc8148a8b2ead6a1cce6 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Tue, 16 Jul 2024 03:24:54 +0000 Subject: [PATCH] Update dependency ai-gateway to v1.12.0 Changelog: changed --- .gitlab/ci/global.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/global.gitlab-ci.yml b/.gitlab/ci/global.gitlab-ci.yml index c2fa3ffa4ae6d..f4d5ceeff1745 100644 --- a/.gitlab/ci/global.gitlab-ci.yml +++ b/.gitlab/ci/global.gitlab-ci.yml @@ -322,7 +322,7 @@ .ai-gateway-services: services: - - name: registry.gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/model-gateway:v1.10.0 + - name: registry.gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/model-gateway:v1.12.0 alias: ai-gateway .use-pg13: -- GitLab