move .env.grok43 to docs/examples/grok43.env.example as a proper example file
This commit is contained in:
parent
043fb38b13
commit
6441c28698
1 changed files with 19 additions and 0 deletions
19
docs/examples/grok43.env.example
Normal file
19
docs/examples/grok43.env.example
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue