[GH-ISSUE #3] deprecated model #2

Closed
opened 2026-03-01 14:51:09 +03:00 by kerem · 3 comments
Owner

Originally created by @atlantsecurity on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/atiilla/sqlmap-ai/issues/3

Last error: Error code: 400 - {'error': {'message': 'The model qwen-qwq-32b has been decommissioned and is no longer supported. Please refer to https://console.groq.com/docs/deprecations for a recommendation on which model to use instead.', 'type': 'invalid_request_error', 'code': 'model_decommissioned'}}

Originally created by @atlantsecurity on GitHub (Aug 21, 2025). Original GitHub issue: https://github.com/atiilla/sqlmap-ai/issues/3 Last error: Error code: 400 - {'error': {'message': 'The model `qwen-qwq-32b` has been decommissioned and is no longer supported. Please refer to https://console.groq.com/docs/deprecations for a recommendation on which model to use instead.', 'type': 'invalid_request_error', 'code': 'model_decommissioned'}}
kerem closed this issue 2026-03-01 14:51:10 +03:00
Author
Owner

@ozskywalker commented on GitHub (Aug 21, 2025):

@atlantsecurity you could try applying the PR above to your local clone, as a workaround

<!-- gh-comment-id:3212126362 --> @ozskywalker commented on GitHub (Aug 21, 2025): @atlantsecurity you could try applying the PR above to your local clone, as a workaround
Author
Owner

@atlantsecurity commented on GitHub (Aug 22, 2025):

def get_groq_response(
prompt: str,
model: str = "qwen/qwen3-32b",
role: str = "user",
max_retries: int = 3,
retry_delay: int = 2,
timeout: int = 30,
) -> Optional[str]:

groq_utils.py

I figured it out.

<!-- gh-comment-id:3214123115 --> @atlantsecurity commented on GitHub (Aug 22, 2025): def get_groq_response( prompt: str, model: str = "qwen/qwen3-32b", role: str = "user", max_retries: int = 3, retry_delay: int = 2, timeout: int = 30, ) -> Optional[str]: groq_utils.py I figured it out.
Author
Owner

@atiilla commented on GitHub (Aug 22, 2025):

Really appreciate it, @atlantsecurity

<!-- gh-comment-id:3214869867 --> @atiilla commented on GitHub (Aug 22, 2025): Really appreciate it, @atlantsecurity
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/sqlmap-ai#2
No description provided.