From 503afd33f60baf093dfc4f439de10862b9efd734 Mon Sep 17 00:00:00 2001 From: Butterscotch! Date: Thu, 17 Oct 2024 18:13:50 -0400 Subject: [PATCH] Use Q2A by default --- BingusApi/config/bingus_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BingusApi/config/bingus_config.json b/BingusApi/config/bingus_config.json index 7313b46..1e092c9 100644 --- a/BingusApi/config/bingus_config.json +++ b/BingusApi/config/bingus_config.json @@ -4,5 +4,5 @@ "api_uri": "http://bingus-encoder:5000", "llama_model_path": "models/Bingus-q2a-v4.gguf", "hnsw_seed": 42, - "use_q2a": false + "use_q2a": true }