From e9ab425cee2a8efefab5de63e21e55a72ae521d4 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:34:14 +0530 Subject: [PATCH] feat(sample-config): remove unused field --- sample.config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/sample.config.toml b/sample.config.toml index 686372c..7b09d67 100644 --- a/sample.config.toml +++ b/sample.config.toml @@ -3,7 +3,6 @@ PORT = 3001 # Port to run the server on SIMILARITY_MEASURE = "cosine" # "cosine" or "dot" KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m") -[MODELS] [MODELS.OPENAI] API_KEY = ""