Commit 5832d07
authored
Update model in ChatGroq initialization (#2000)
### 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",1 parent 1739073 commit 5832d07
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments