mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
12 lines
424 B
Bash
12 lines
424 B
Bash
OPENAI_API_KEY=
|
|
NEXT_PUBLIC_BFF_URL=http://localhost:4000/api/copilotkit
|
|
|
|
# CopilotKit license — run `copilotkit license` to get one
|
|
COPILOTKIT_LICENSE_TOKEN=
|
|
|
|
# Intelligence (threads) — these match docker-compose.yml defaults
|
|
INTELLIGENCE_API_URL=http://localhost:4201
|
|
INTELLIGENCE_GATEWAY_WS_URL=ws://localhost:4401
|
|
INTELLIGENCE_API_KEY=cpk_sPRVSEED_seed0privat0longtoken00
|
|
INTELLIGENCE_ORGANIZATION_ID=casa-de-erlang
|