From 29a8cf8357908f1528106a01ae71e5baeb772665 Mon Sep 17 00:00:00 2001 From: KennyDizi Date: Tue, 31 Oct 2023 20:38:27 +0700 Subject: [PATCH] fix typo for ollama --- pr_agent/settings/.secrets_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/.secrets_template.toml b/pr_agent/settings/.secrets_template.toml index 0271a2c3..b6b11cd4 100644 --- a/pr_agent/settings/.secrets_template.toml +++ b/pr_agent/settings/.secrets_template.toml @@ -34,7 +34,7 @@ key = "" # Optional, uncomment if you want to use Huggingface Inference API. Acq api_base = "" # the base url for your huggingface inference endpoint [ollama] -api_base = "" # the base url for your huggingface inference endpoint +api_base = "" # the base url for your local Llama 2, Code Llama, and other models inference endpoint. Acquire through https://ollama.ai/ [github] # ---- Set the following only for deployment type == "user"