From 2280575bcd28f7e15c5adb90bb0c4ef383bb0318 Mon Sep 17 00:00:00 2001 From: Bekbol Bolatov Date: Sat, 27 Sep 2025 13:38:18 +0500 Subject: [PATCH] Morph env example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6689321..0707cac 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ OPENAI_API_KEY=your_openai_api_key # https://platform.openai.com GEMINI_API_KEY=your_gemini_api_key # https://aistudio.google.com/app/apikey GROQ_API_KEY=your_groq_api_key # https://console.groq.com +# ================================================================= +# FAST APPLY (Optional - for faster edits) +# ================================================================= +MORPH_API_KEY=your_morphllm_api_key # https://morphllm.com/dashboard + # ================================================================= # SANDBOX PROVIDER - Choose ONE: Vercel (default) or E2B # =================================================================