From b4b38ffdd8d3ed68cc5622bffdaf88778965c4c0 Mon Sep 17 00:00:00 2001 From: JackChen Date: Fri, 17 Apr 2026 12:16:52 +0800 Subject: [PATCH] docs: drop deprecated mixtral from groq example model list Groq deprecated mixtral-8x7b-32768; not in current production models. Follow-up to #121. --- examples/19-groq.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/19-groq.ts b/examples/19-groq.ts index 236dae9..7f8de59 100644 --- a/examples/19-groq.ts +++ b/examples/19-groq.ts @@ -12,7 +12,6 @@ * * Available models: * llama-3.3-70b-versatile — Groq production model (recommended for coding tasks) - * mixtral-8x7b-32768 — Groq fast mixture-of-experts model * deepseek-r1-distill-llama-70b — Groq reasoning model */