mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
13 lines
605 B
Bash
13 lines
605 B
Bash
AGENT_URL=http://localhost:8123
|
|
OPENAI_API_KEY=
|
|
|
|
# --- CopilotKit Intelligence (optional; set CPK_INTELLIGENCE_API_KEY to enable Threads — server + UI) ---
|
|
# COPILOTKIT_LICENSE_TOKEN= # self-hosted/offline only
|
|
# INTELLIGENCE_API_URL and INTELLIGENCE_GATEWAY_WS_URL point at a self-hosted
|
|
# or local Intelligence deployment only — leave them unset when using managed
|
|
# Intelligence, or the channel host and runtime will try to reach a local
|
|
# stack that usually is not running.
|
|
# INTELLIGENCE_API_URL=http://localhost:4201
|
|
# INTELLIGENCE_GATEWAY_WS_URL=ws://localhost:4401
|
|
# CPK_INTELLIGENCE_API_KEY=
|