From 243afd2f0145b026d45eaf8d453b40c8505bc6ca Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Mon, 20 May 2024 11:08:50 +0200 Subject: [PATCH] removed config file from code --- config/config.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 config/config.json diff --git a/config/config.json b/config/config.json deleted file mode 100644 index 6e60769..0000000 --- a/config/config.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "mode": "gui", - "ollamaConfig": { - "base_url": "http://localhost:11434", - "embeddings_url": "http://localhost:11434", - "base_model": "mistral", - "embeddings_model": "mxbai-embed-large", - "base_header": { - "": "" - }, - "embeddings_header": { - "": "" - } - } -} \ No newline at end of file