[PR #2000] [MERGED] Update model in ChatGroq initialization #2047

Closed
opened 2026-02-17 17:23:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2000
Author: @ergauravgoyal
Created: 12/21/2025
Status: Merged
Merged: 12/21/2025
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (1)

  • 35b5906 Update model in ChatGroq initialization

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/oss/python/integrations/chat/groq.mdx (+1 -1)

📄 Description

Summary

This PR updates the Groq chat integration example to use a currently supported Groq model, improving the reliability of the documentation for users following the example.


Change Details

In src/oss/python/integrations/chat/groq.mdx, the example model has been updated with reference to Groq documentation:

- model="deepseek-r1-distill-llama-70b",
+ model="qwen/qwen3-32b",


---

<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2000 **Author:** [@ergauravgoyal](https://github.com/ergauravgoyal) **Created:** 12/21/2025 **Status:** ✅ Merged **Merged:** 12/21/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`35b5906`](https://github.com/langchain-ai/docs/commit/35b5906eb99e6e24f66a39c673a5d7128e643962) Update model in ChatGroq initialization ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/groq.mdx` (+1 -1) </details> ### 📄 Description ### Summary This PR updates the Groq chat integration example to use a **currently supported Groq model**, improving the reliability of the documentation for users following the example. --- ### Change Details In `src/oss/python/integrations/chat/groq.mdx`, the example model has been updated with reference to[ Groq documentation](https://console.groq.com/docs/reasoning#supported-models): ```diff - model="deepseek-r1-distill-llama-70b", + model="qwen/qwen3-32b", --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:00 -05:00
yindo closed this issue 2026-02-17 17:23:00 -05:00
yindo changed title from [PR #2000] Update model in ChatGroq initialization to [PR #2000] [MERGED] Update model in ChatGroq initialization 2026-06-05 18:16:21 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2047