feat(LM Studio): Add response_format param for LM Studio to config (#2502)

This commit is contained in:
i-sun
2025-06-17 21:25:18 +09:00
committed by GitHub
parent c70dc7614b
commit 62c330e5b3
4 changed files with 34 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ config = {
"temperature": 0.2,
"max_tokens": 2000,
"lmstudio_base_url": "http://localhost:1234/v1", # default LM Studio API URL
"lmstudio_response_format": {"type": "json_schema", "json_schema": {"type": "object", "schema": {}}},
}
}
}