Skip to content

Fix Groq API key format and model references in documentation#1068

Closed
Copilot wants to merge 4 commits into
feat/applywithllmfrom
copilot/sub-pr-1067
Closed

Fix Groq API key format and model references in documentation#1068
Copilot wants to merge 4 commits into
feat/applywithllmfrom
copilot/sub-pr-1067

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 4, 2026

The APPLYWITHLLM_QUICKSTART.md incorrectly showed OpenAI-specific details (API key format, model names) for Groq configuration sections due to copy-paste errors.

Changes

  • API key format: Corrected GROQ_API_KEY examples from sk- (OpenAI) to gsk_ (Groq) prefix
  • Model references: Replaced GPT models with Groq models (llama-3.3-70b-versatile, mixtral-8x7b-32768)
  • Provider support: Updated references to reflect both OpenAI and Groq are supported

Example

Before:

export GROQ_API_KEY="sk-your-key"
export GROQ_MODEL="gpt-4-turbo"

After:

# Option 1: OpenAI
export OPENAI_API_KEY="sk-your-openai-key-here"
export OPENAI_MODEL="gpt-4"  # defaults to gpt-3.5-turbo

# Option 2: Groq
export GROQ_API_KEY="gsk_your-groq-key-here"
export GROQ_MODEL="llama-3.3-70b-versatile"  # defaults to llama-3.3-70b-versatile

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Kavitha Kesavalu and others added 3 commits January 3, 2026 21:59
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: kavitha186 <17735710+kavitha186@users.noreply.github.com>
Copilot AI changed the title [WIP] Update PR to address feedback on previous PR 1067 Fix Groq API key format and model references in documentation Jan 4, 2026
Copilot AI requested a review from kavitha186 January 4, 2026 03:09
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.

2 participants