DeepSeek
.halguru.yaml ➤ LLMConnectors[] ➤ DeepSeek
Represents the configuration for the DeepSeek Large Language Model (LLM) connector.
LLMConnectors:
- DeepSeek:
Name: My LLM Connector
Model: gemini-3-pro
Temperature: 0.1
MaxTokens: 1000
ApiKey:
SystemPromptName:
Tools: []
RAGConnectorNames: []
ApiUrl: https://www.example.com
| Name |
Description |
| Title |
Deep Seek |
| 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. |
This property facilitates integration with the DeepSeek LLM service in the connector item. It allows for configuring and managing interactions with the DeepSeek provider to ensure precise, focused, and deterministic responses in alignment with its specifications.
| Property |
Value |
| Path |
LLMConnectors[].DeepSeek |
| Internal Type |
AgentModels.LLMConnectorsModels.DeepSeekLLMConnector |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |