mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
11 lines
379 B
Text
11 lines
379 B
Text
# Local development only. Use disposable development credentials, not production keys.
|
|
SUPERMEMORY_API_KEY=
|
|
OPENAI_API_KEY=
|
|
SUPERMEMORY_BASE_URL=
|
|
|
|
# Optional
|
|
MODEL_NAME=gpt-4o-mini
|
|
SDK_PLAYGROUND_PYTHON_URL=http://127.0.0.1:8792
|
|
SDK_PLAYGROUND_PYTHON_PORT=8792
|
|
# Leave unset unless a trusted non-local development hostname must use env keys.
|
|
# SDK_PLAYGROUND_ALLOW_ENV_KEYS=true
|