forked from NVIDIA/nemoclaw-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 1.18 KB
/
Copy path.env.example
File metadata and controls
24 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Copy to .env and fill in real values, then run:
# bash scripts/onboard.sh
# bash scripts/install.sh
#
# The scripts auto-source .env. Never commit the populated file.
# ── NVIDIA Endpoints (the agent's LLM) — REQUIRED ────────────────────────
# Get an API key from https://build.nvidia.com.
NEMOCLAW_PROVIDER=build
NVIDIA_INFERENCE_API_KEY=
NEMOCLAW_MODEL=nvidia/nemotron-3-super-120b-a12b
# ── Brave Search — OPTIONAL ──────────────────────────────────────────────
# Get a key from https://brave.com/search/api/ for faster scoped web search.
# Leave blank to disable web search; the skill can still retrieve its
# allowlisted sources directly.
BRAVE_API_KEY=
# ── Optional overrides ───────────────────────────────────────────────────
NEMOCLAW_SANDBOX_NAME=nv-tech-assistant
# NEMOCLAW_MAX_TOKENS=16384