forked from code-yeongyu/oh-my-openagent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 863 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# oh-my-openagent dev/QA credentials and config.
#
# Copy this file to .env (gitignored) ONCE and fill in the values you need:
# cp .env.example .env
#
# script/agent/setup.sh and script/agent/qa-sandbox.sh auto-source .env, so you
# set your keys a single time on this machine and are never prompted again.
# Only the providers you actually QA against are required.
# Provider API keys. Uncomment and fill in only the providers you QA against.
# A commented key keeps any value already in your shell or Codespaces secrets;
# an empty uncommented value would override it with an empty string.
# ANTHROPIC_API_KEY=
# OPENAI_API_KEY=
# GEMINI_API_KEY=
# Optional: password for `opencode serve` based QA (see the opencode-qa skill).
# OPENCODE_SERVER_PASSWORD=
# Optional: force `bun run build` even when dist/index.js already exists.
# OMO_AGENT_FORCE_BUILD=1