7 lines
245 B
Text
Executable file
7 lines
245 B
Text
Executable file
# Moonshot AI (Kimi) API Key
|
|
# Get your key at: https://platform.moonshot.cn
|
|
MOONSHOT_API_KEY=your_key_here
|
|
|
|
# Path to the SQLite database for chat persistence
|
|
# Defaults to a file named synq_chat.db in the app data directory
|
|
MEMPALACE_DB_PATH=
|