9 lines
299 B
Bash
9 lines
299 B
Bash
# Set only in the unRaid Arcane Project environment. Never commit the real file.
|
|
SUPERMEMORY_IPV4_ADDRESS=
|
|
|
|
# Extraction/summarization LLM. OPENAI_BASE_URL may point to an approved
|
|
# OpenAI-compatible endpoint; keep it blank for the OpenAI API.
|
|
OPENAI_API_KEY=
|
|
OPENAI_BASE_URL=
|
|
OPENAI_MODEL=gpt-5.1
|