mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
f57f7af1b8
* add desktop workflow code * add desktop relative code * Update pr-release-body.js
8 lines
430 B
Desktop File
8 lines
430 B
Desktop File
# copy this file to .env when you want to develop the desktop app or you will fail
|
|
APP_URL=http://localhost:3015
|
|
FEATURE_FLAGS=+pin_list
|
|
KEY_VAULTS_SECRET=oLXWIiR/AKF+rWaqy9lHkrYgzpATbW3CtJp3UfkVgpE=
|
|
DATABASE_URL=postgresql://postgres@localhost:5432/postgres
|
|
DEFAULT_AGENT_CONFIG="model=qwen2.5;provider=ollama;chatConfig.searchFCModel.provider=ollama;chatConfig.searchFCModel.model=qwen2.5"
|
|
SYSTEM_AGENT="default=ollama/qwen2.5"
|