Skip to content

feat: add Groq as LLM provider#203

Merged
spalen0 merged 2 commits intomainfrom
feat/add-groq-llm-provider
Apr 7, 2026
Merged

feat: add Groq as LLM provider#203
spalen0 merged 2 commits intomainfrom
feat/add-groq-llm-provider

Conversation

@spalen0
Copy link
Copy Markdown
Collaborator

@spalen0 spalen0 commented Apr 7, 2026

Summary

  • Add Groq as a supported LLM provider in the factory config
  • Groq uses an OpenAI-compatible API (https://api.groq.com/openai/v1), so no new provider class needed
  • Default model: openai/gpt-oss-safeguard-20b

Usage

Set in GitHub secrets or .env:

LLM_PROVIDER=groq
LLM_API_KEY=<groq api key>

Test plan

  • Set LLM_PROVIDER=groq and LLM_API_KEY locally, run a script that triggers AI explanation
  • Verify fallback still works when Groq key is missing

🤖 Generated with Claude Code

spalen0 and others added 2 commits April 7, 2026 12:18
Groq uses an OpenAI-compatible API, so it works with the existing
OpenAICompatProvider. Default model is openai/gpt-oss-safeguard-20b.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@spalen0 spalen0 merged commit 06788df into main Apr 7, 2026
2 checks passed
@spalen0 spalen0 deleted the feat/add-groq-llm-provider branch April 7, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant