From 95461154d059f531ecca83e08301420b710410b0 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:26:54 +0530 Subject: [PATCH] feat(sample-config): change `ULR` to `URL` --- sample.config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.config.toml b/sample.config.toml index 9f6d927..26939bd 100644 --- a/sample.config.toml +++ b/sample.config.toml @@ -8,5 +8,5 @@ CHAT_MODEL = "gpt-3.5-turbo" # Name of the model to use OPENAI = "sk-1234567890abcdef1234567890abcdef" # OpenAI API key [API_ENDPOINTS] -SEARXNG = "http://localhost:32768" # SearxNG API ULR -OLLAMA = "http://localhost:11434" # Ollama API URL \ No newline at end of file +SEARXNG = "http://localhost:32768" # SearxNG API URL +OLLAMA = "http://localhost:11434" # Ollama API URL