From 5548e7179bd1d4adef436d60057168f8d404efbf Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 6 Jan 2026 16:58:37 -0300 Subject: [PATCH] fix: change hugging face default model to one that exists --- internal/providers/configs/huggingface.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/providers/configs/huggingface.json b/internal/providers/configs/huggingface.json index ee06c5ca3a8afb361db4f788261f37248bd714b5..bee7b87dab706508d42fc8c86ecbd4d5cf9272f4 100644 --- a/internal/providers/configs/huggingface.json +++ b/internal/providers/configs/huggingface.json @@ -5,7 +5,7 @@ "api_endpoint": "https://router.huggingface.co/v1", "type": "openai-compat", "default_large_model_id": "moonshotai/Kimi-K2-Instruct-0905:groq", - "default_small_model_id": "openai/gpt-oss-20b", + "default_small_model_id": "openai/gpt-oss-20b:groq", "models": [ { "id": "Qwen/Qwen3-235B-A22B:fireworks-ai",