mirror of
https://github.com/atiilla/sqlmap-ai.git
synced 2026-04-27 00:25:52 +03:00
[GH-ISSUE #3] deprecated model #2
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/sqlmap-ai#2
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?
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-32bhas 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'}}@ozskywalker commented on GitHub (Aug 21, 2025):
@atlantsecurity you could try applying the PR above to your local clone, as a workaround
@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.
@atiilla commented on GitHub (Aug 22, 2025):
Really appreciate it, @atlantsecurity