0xPlaygrounds / 0xPlaygrounds/rig
bug: all the listed groq models are deprecated
Open
bug
- Dominant language
- Rust
- Stars
- 8.6k
- Forks
- 959
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 117
Description
- [x] I have looked for existing issues (including closed) about this
## Bug Report
The models currently listed for the groq provider are all deprecated and are not usable anymore. We must update the list with the updated models.
## Reproduction
Try creating a simple groq agent and in the `.agent()` pass any listed groq model .
example
```js
.agent(groq::DEEPSEEK_R1_DISTILL_LLAMA_70B)
```
## Expected behavior
The agent should work and must not throw error `deprecated model`.
## Screenshots
## Additional context
Contributor guide
Assessment
This issue has not been assessed yet.