This commit is contained in:
Thorsten Sommer 2024-12-01 11:55:53 +01:00
parent c9ce1ac468
commit a0c7875cf7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -41,7 +41,7 @@ public partial class ProviderDialog : ComponentBase
public string DataHostname { get; set; } = string.Empty; public string DataHostname { get; set; } = string.Empty;
/// <summary> /// <summary>
/// The local host to use, e.g., llama.cpp. /// The host to use, e.g., llama.cpp.
/// </summary> /// </summary>
[Parameter] [Parameter]
public Host DataHost { get; set; } = Host.NONE; public Host DataHost { get; set; } = Host.NONE;