Add LM Studio as a local model provider (#1750)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
Zavian Wang
2026-05-15 11:54:17 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 71dd9fda96
commit 5411f19e47
45 changed files with 2281 additions and 303 deletions
+3
View File
@@ -134,6 +134,9 @@ OPENHUMAN_PROXY_SERVICES=
# [optional] Override selected model tier: low, medium, high
# Applies the corresponding preset at config load time (overrides config.toml).
OPENHUMAN_LOCAL_AI_TIER=
# [optional] Override LM Studio's OpenAI-compatible local server base URL.
# Defaults to http://localhost:1234/v1 when local_ai.provider = "lm_studio".
OPENHUMAN_LM_STUDIO_BASE_URL=
# ---------------------------------------------------------------------------
# Local AI binary overrides