mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
fix(keyring): guard empty OPENHUMAN_WORKSPACE and improve boot diagnostics (#3427)
This commit is contained in:
+6
-1
@@ -11,6 +11,10 @@
|
||||
# [optional] App environment selector: production | staging.
|
||||
# Defaults to 'production' when unset. Uncomment and set to 'staging' to point
|
||||
# at the staging backend, use the ~/.openhuman-staging workspace, etc.
|
||||
# WARNING: staging uses a SEPARATE data directory (~/.openhuman-staging) from
|
||||
# production (~/.openhuman). Credentials, config, and auth profiles do NOT
|
||||
# carry over between environments. If you log in via the Tauri app in one
|
||||
# environment, the CLI running in the other will not see those credentials.
|
||||
# OPENHUMAN_APP_ENV=staging
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
@@ -84,7 +88,8 @@ OPENHUMAN_MAX_ACTIONS_PER_HOUR=20
|
||||
# [optional] Default model to use
|
||||
OPENHUMAN_MODEL=
|
||||
# [optional] Workspace directory (default: ~/.openhuman or ~/.openhuman-staging when OPENHUMAN_APP_ENV=staging)
|
||||
OPENHUMAN_WORKSPACE=
|
||||
# Leave commented out to use the default. Setting to empty string is treated as unset.
|
||||
# OPENHUMAN_WORKSPACE=
|
||||
# [optional] Default: 0.7
|
||||
OPENHUMAN_TEMPERATURE=0.7
|
||||
# [optional] Language for background LLM artifacts such as memory-tree summaries,
|
||||
|
||||
Reference in New Issue
Block a user