LMStudio_Client is a simple Python wrapper for the LMStudio API. Currently, it provides access to the chat/completions endpoint, allowing for both blocking and streaming interactions with an LLM ...
Installation from the repository URL or a local clone is also supported for development and pre-release testing purposes. The base component of the LM Studio SDK is the (synchronous) Client. This ...