feat(provider): add lm_studio timeout in advanced config (#6415)

* feat(provider): add lm_studio timeout in advanced config

* refactor(provider): strengthen template typing and ambiguity diagnostics

* fix(provider): tighten template matching and clone defaults

* remove
This commit is contained in:
Exynos
2026-04-10 23:53:54 +08:00
committed by GitHub
parent ec363aaa18
commit 8946a90afd

View File

@@ -1328,6 +1328,7 @@ CONFIG_METADATA_2 = {
"enable": True,
"key": ["lmstudio"],
"api_base": "http://127.0.0.1:1234/v1",
"timeout": 120,
"proxy": "",
"custom_headers": {},
},