From d5db9a40d1c7b9d1d11e417a03cc7cd6ec48473a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 26 Aug 2024 13:17:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- open-models/serving/cloud_run_ollama_gemma2_rag_qa.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-models/serving/cloud_run_ollama_gemma2_rag_qa.ipynb b/open-models/serving/cloud_run_ollama_gemma2_rag_qa.ipynb index bc4993960c0..b4fc02429fa 100644 --- a/open-models/serving/cloud_run_ollama_gemma2_rag_qa.ipynb +++ b/open-models/serving/cloud_run_ollama_gemma2_rag_qa.ipynb @@ -539,7 +539,7 @@ }, "outputs": [], "source": [ - "SERVICE_URL = f\"https://{SERVICE_NAME}-{PROJECT_NUMBER}.{LOCATION}.run.app\" # type: ignore" + "SERVICE_URL = f\"https://{SERVICE_NAME}-{PROJECT_NUMBER}.{LOCATION}.run.app\" # type: ignore" ] }, {