-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (13 loc) · 722 Bytes
/
Copy path.env.example
File metadata and controls
15 lines (13 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Reference list of the environment variables this CLI reads. Nothing loads a
# .env file automatically: the settings layer reads os.environ directly, so
# export these in your shell (or copy this file to a git-ignored .env and load
# it yourself, e.g. `set -a; . ./.env; set +a`). Values here are placeholders.
# These variables belong to the optional model-provider layer; delete this
# file if you remove that layer.
# Vendor credentials, read by the provider SDKs when `ask` uses a real model.
ANTHROPIC_API_KEY=your-anthropic-key-here
OPENAI_API_KEY=your-openai-key-here
# Runtime knobs read by skeleton_cli.config.settings (all optional).
SKELETON_CLI_PROVIDER=echo
SKELETON_CLI_MODEL=
SKELETON_CLI_SYSTEM_PROMPT=