mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 17:47:06 +08:00
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:
@@ -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": {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user