[PR #43] Fix: updated deprecated Groq models in settings.py #44

Open
opened 2026-03-03 16:41:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/neural-maze/ava-whatsapp-agent-course/pull/43
Author: @Shaheerabdullah1
Created: 11/14/2025
Status: 🔄 Open

Base: mainHead: fix/update-groq-models


📝 Commits (1)

  • c2753b6 Fix: updated deprecated Groq models in settings.py

📊 Changes

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

View changed files

📝 src/ai_companion/settings.py (+3 -3)

📄 Description

Summary

Groq recently deprecated several models used in this project.
This PR updates settings.py to use the current supported model names.

Changes

  • Updated Groq model identifiers to the latest supported versions.
  • Ensures the WhatsApp agent now runs without errors from deprecated endpoints.

Why this is needed

The previous models returned model_decommissioned errors from the Groq API.
This update ensures compatibility with current Groq services.

Thank you!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/neural-maze/ava-whatsapp-agent-course/pull/43 **Author:** [@Shaheerabdullah1](https://github.com/Shaheerabdullah1) **Created:** 11/14/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/update-groq-models` --- ### 📝 Commits (1) - [`c2753b6`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/c2753b69c452bc7a1b6107ae3445bbca09565c09) Fix: updated deprecated Groq models in settings.py ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/ai_companion/settings.py` (+3 -3) </details> ### 📄 Description ### Summary Groq recently deprecated several models used in this project. This PR updates `settings.py` to use the current supported model names. ### Changes - Updated Groq model identifiers to the latest supported versions. - Ensures the WhatsApp agent now runs without errors from deprecated endpoints. ### Why this is needed The previous models returned `model_decommissioned` errors from the Groq API. This update ensures compatibility with current Groq services. Thank you! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ava-whatsapp-agent-course#44
No description provided.