diff --git a/src/oss/python/integrations/chat/groq.mdx b/src/oss/python/integrations/chat/groq.mdx index 11dc8f726a..a86f4eca61 100644 --- a/src/oss/python/integrations/chat/groq.mdx +++ b/src/oss/python/integrations/chat/groq.mdx @@ -76,7 +76,7 @@ If you choose to set a `reasoning_format`, you must ensure that the model you ar from langchain_groq import ChatGroq llm = ChatGroq( - model="deepseek-r1-distill-llama-70b", + model="qwen/qwen3-32b", temperature=0, max_tokens=None, reasoning_format="parsed",