From 6441c286986b96161d3c5a5527bfb89a40704ac8 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 17 Jun 2026 07:03:33 -0700 Subject: [PATCH] move .env.grok43 to docs/examples/grok43.env.example as a proper example file --- docs/examples/grok43.env.example | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/examples/grok43.env.example diff --git a/docs/examples/grok43.env.example b/docs/examples/grok43.env.example new file mode 100644 index 00000000..a3a961e0 --- /dev/null +++ b/docs/examples/grok43.env.example @@ -0,0 +1,19 @@ +# Grok 4.3 + Grok Build Mastery Configuration for CORE (Example) +# ---------------------------------------------------------------- +# Copy this file to your local .env (which is gitignored) and fill in values. +# This is a reference/example only. + +# === Model & Reasoning === +GROK_MODEL=grok-4.3 +GROK_REASONING_EFFORT=high +GROK_CONTEXT_BUDGET=800000 + +# === Grok Build CLI Mastery Settings === +GROK_BUILD_SKILLS_DIR=skills/ +GROK_BUILD_PLAN_MODE_PREFERRED=true +GROK_BUILD_ARENA_MODE=true +GROK_BUILD_MAX_AGENTS=8 +GROK_BUILD_AUTO_INVOKE_SKILLS=true + +# === API / Auth (put real key only in your local .env) === +# XAI_API_KEY=your_key_here