Description
The project currently uses the llama-3.3-70b-versatile Groq model, which has been deprecated by Groq.
According to Groq's announcement, the model will be decommissioned on August 16, 2026. After that date, API requests using this model will no longer be served.
Suggested Fix
Replace llama-3.3-70b-versatile with one of Groq's recommended replacement models, such as:
gpt-oss-120b
qwen3.6-27b
It would also be beneficial to make the model name configurable through an environment variable to simplify future model migrations.
Contribution
I'd be happy to work on this. If this change is acceptable, I can raise a PR to update the deprecated model to a supported one and make any necessary configuration changes.
Description
The project currently uses the llama-3.3-70b-versatile Groq model, which has been deprecated by Groq.
According to Groq's announcement, the model will be decommissioned on August 16, 2026. After that date, API requests using this model will no longer be served.
Suggested Fix
Replace llama-3.3-70b-versatile with one of Groq's recommended replacement models, such as:
gpt-oss-120b
qwen3.6-27b
It would also be beneficial to make the model name configurable through an environment variable to simplify future model migrations.
Contribution
I'd be happy to work on this. If this change is acceptable, I can raise a PR to update the deprecated model to a supported one and make any necessary configuration changes.