mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-26 01:55:49 +03:00
[GH-ISSUE #23] Please add groq ai #6
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/shannon-KeygraphHQ#6
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 @FANNYMU on GitHub (Dec 16, 2025).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/23
https://console.groq.com/
@keygraphVarun commented on GitHub (Jan 23, 2026):
We now have experimental (but unsupported) support for other models via Claude Code Router (https://github.com/musistudio/claude-code-router):
https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#experimental---unsupported-router-mode-alternative-providers
You can tweak the Claude Code Router setup to Groq (we don’t have official instructions yet, but it should be fairly straightforward).
A bit of commentary: we didn’t enable DeepSeek or other open-source models by default because the results were significantly worse than Anthropic. In our preliminary testing, none of them consistently made it past the Recon phase.
Shannon is built on top of the Anthropic Agent SDK and is optimized for Anthropic models. You shouldn’t expect comparable results when swapping in other providers, since the harness + model combination was tuned for Anthropic.
Anthropic models will be our primary focus going forward.