Skip to content

LMStudio

.halguru.yamlLLMConnectors[]LMStudio

Represents the configuration for the LM Studio Large Language Model (LLM) connector.

LLMConnectors:
  - LMStudio:
      Name: My LLM Connector
      Model: claude-sonnet-4
      Temperature: 0.1
      MaxTokens: 1000
      ApiKey: 
      SystemPromptName: 
      Tools: []
      RAGConnectorNames: []
      ApiUrl: https://www.example.com

Field Information#

Name Description
Title LM Studio
Field Type Object
Required False

Field List#

Name Type Required Description
Name Text ✔️ The name of the llm connector.
Model Text The model identifier to use within the LLM Connector instance.
Temperature Decimal The randomness of responses generated by the language model.
MaxTokens Integer The maximum number of tokens the model will generate in its response.
ApiKey Password The API key used to authenticate with the LLM provider.
SystemPromptName Text The custom instructions or contextual guidance provided to the LLM for tailoring its responses.
Tools[] SimpleList The collection of tools or additional functionalities associated with the LLM connection.
RAGConnectorNames[] SimpleList The collection of RAG connector names associated with the LLM connection.
ApiUrl Url The base URL of the API used to connect to the Large Language Model (LLM) provider.

Remarks#

This property provides the necessary configuration for integrating the LM Studio service into the connector item. It facilitates the setup and interaction with the LM Studio LLM provider.

Technical Information#

Property Value
Path LLMConnectors[].LMStudio
Internal Type AgentModels.LLMConnectorsModels.LMStudioLLMConnector
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0