From b2630901c3fe8567674c47eea6fc313574172f14 Mon Sep 17 00:00:00 2001 From: Vladimir Ivic Date: Mon, 18 Nov 2024 12:39:02 -0800 Subject: [PATCH] Fix incorrect ollama port in ollama run.yaml template Summary: Default port number was not correct ollama port number 11434. --- distributions/ollama/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/ollama/run.yaml b/distributions/ollama/run.yaml index c702b878e..24b78f123 100644 --- a/distributions/ollama/run.yaml +++ b/distributions/ollama/run.yaml @@ -16,7 +16,7 @@ providers: - provider_id: ollama0 provider_type: remote::ollama config: - url: http://127.0.0.1:14343 + url: http://127.0.0.1:11434 safety: - provider_id: meta0 provider_type: inline::llama-guard