From 0d1153503fe61f8082fa50d18471c88a3cfeae89 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Sun, 19 May 2024 14:04:01 +0200 Subject: [PATCH] fixed json layout --- config/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 135fef8..6e60769 100644 --- a/config/config.json +++ b/config/config.json @@ -5,7 +5,11 @@ "embeddings_url": "http://localhost:11434", "base_model": "mistral", "embeddings_model": "mxbai-embed-large", - "base_header": "", - "embeddings_header": "" + "base_header": { + "": "" + }, + "embeddings_header": { + "": "" + } } } \ No newline at end of file