From d7ed4337699d18a127456c23d9c89c9de851d894 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 26 Aug 2024 13:03:39 +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 4d7535094d4..36fc1c80c5c 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" ] }, {