Skip to content

Commit e7b9282

Browse files
Merge pull request #123 from bekbull/morph-fast-apply
Optional Fast Apply model for better/faster code edits #120
2 parents a275ccc + 10f3e8f commit e7b9282

File tree

6 files changed

+1838
-96
lines changed

6 files changed

+1838
-96
lines changed

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ VERCEL_OIDC_TOKEN=auto_generated_by_vercel_env_pull
1919
# VERCEL_PROJECT_ID=prj_xxxxxxxxx # Your Vercel project ID
2020
# VERCEL_TOKEN=vercel_xxxxxxxxxxxx # Personal access token from Vercel dashboard
2121

22+
# Get yours at https://console.groq.com
23+
GROQ_API_KEY=your_groq_api_key_here
24+
25+
=======
2226
# Option 2: E2B Sandbox
2327
# Set SANDBOX_PROVIDER=e2b and configure E2B_API_KEY below
2428
# SANDBOX_PROVIDER=e2b
@@ -36,3 +40,7 @@ ANTHROPIC_API_KEY=your_anthropic_api_key # Get from https://console.anthropic.c
3640
OPENAI_API_KEY=your_openai_api_key # Get from https://platform.openai.com (GPT-5)
3741
GEMINI_API_KEY=your_gemini_api_key # Get from https://aistudio.google.com/app/apikey
3842
GROQ_API_KEY=your_groq_api_key # Get from https://console.groq.com (Fast inference - Kimi K2 recommended)
43+
44+
# Optional Morph Fast Apply
45+
# Get yours at https://morphllm.com/
46+
MORPH_API_KEY=your_fast_apply_key

0 commit comments

Comments
 (0)