Change summary
cmd/huggingface/main.go | 2 +-
internal/providers/configs/huggingface.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -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",
@@ -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",