DeepSeekEndpoint
Wisej.AI.Endpoints.DeepSeekEndpoint
Last updated
Wisej.AI.Endpoints.DeepSeekEndpoint
Last updated
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI (3.5.0.0)
Represents a connection to DeepSeek endpoints, inheriting from OpenAIEndpoint.
This class is used to configure and manage connections to the DeepSeek API, providing properties to set the model and URL for the endpoint.
Initializes a new instance of the class with default settings.
The default authentication method is set to "Bearer", the model is set to "Meta-Llama-3.1-8B-Instruct", and the URL is set to "https://api.deepseek.com".
: Gets or sets the model used by the DeepSeek endpoint. (Default: "deepseek-chat"
)
: Gets or sets the URL of the DeepSeek endpoint. (Default: "https://api.deepseek.com"
)
: (Default: True
)