Skip to content

LocalAIServer

.halguru.yamlLLMConnectors[]LocalAIServer

Represents the configuration for the Local AI Server Large Language Model (LLM) connector.

LLMConnectors:
  - LocalAIServer:
      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 Local AI Server
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 enables the integration of a locally hosted AI server within the connector item. It provides a mechanism to configure and manage interactions with the Local AI Server provider.

Technical Information#

Property Value
Path LLMConnectors[].LocalAIServer
Internal Type AgentModels.LLMConnectorsModels.LocalAIServerLLMConnector
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