From 75ce60594a88ec23fcbc32fae47e17fba43b6d4d Mon Sep 17 00:00:00 2001 From: Dicklesworthstone Date: Fri, 17 May 2024 14:42:33 -0400 Subject: [PATCH] Added default uncensored model --- model_urls.json | 1 + 1 file changed, 1 insertion(+) diff --git a/model_urls.json b/model_urls.json index 30804ee..8b43dc8 100644 --- a/model_urls.json +++ b/model_urls.json @@ -1,5 +1,6 @@ [ "https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-8B-GGUF/resolve/main/Hermes-2-Pro-Llama-3-Instruct-Merged-DPO-Q4_K_M.gguf", "https://huggingface.co/QuantFactory/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct.Q3_K_S.gguf", + "https://huggingface.co/Orenguteng/Llama-3-8B-Lexi-Uncensored-GGUF/resolve/main/Lexi-Llama-3-8B-Uncensored_Q5_K_M.gguf", "https://huggingface.co/vonjack/bge-m3-gguf/resolve/main/bge-m3-q8_0.gguf" ]