From 817a37c8797b4782100188782e71a4e3fab35b56 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 19 Feb 2026 18:01:54 -0300 Subject: [PATCH] chore(huggingface): update default small model --- cmd/huggingface/main.go | 2 +- internal/providers/configs/huggingface.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/huggingface/main.go b/cmd/huggingface/main.go index 4077d3c0fb81a8953b0b41b2cfecac87aed83de2..e1ea4186cb965254cd59698437c8e9d55f3ecca8 100644 --- a/cmd/huggingface/main.go +++ b/cmd/huggingface/main.go @@ -114,7 +114,7 @@ func main() { APIEndpoint: "https://router.huggingface.co/v1", Type: catwalk.TypeOpenAICompat, DefaultLargeModelID: "moonshotai/Kimi-K2-Instruct-0905:groq", - DefaultSmallModelID: "openai/gpt-oss-20b", + DefaultSmallModelID: "openai/gpt-oss-20b:groq", Models: []catwalk.Model{}, DefaultHeaders: map[string]string{ "HTTP-Referer": "https://charm.land", diff --git a/internal/providers/configs/huggingface.json b/internal/providers/configs/huggingface.json index 67b9cbe7ec062e0de35f6e0e795572cbb1621b3d..ae8fea066b7a2514b8afe08e2cad5d00d5cfd457 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-Instruct-2507:fireworks-ai",