mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-04-27 04:25:51 +03:00
[PR #43] Fix: updated deprecated Groq models in settings.py #44
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ava-whatsapp-agent-course#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/update-groq-models📝 Commits (1)
c2753b6Fix: 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.pyto use the current supported model names.Changes
Why this is needed
The previous models returned
model_decommissionederrors 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.