This commit is contained in:
Thorsten Sommer 2025-12-29 20:49:48 +01:00
parent f16b5b0294
commit f96103d055
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -15,7 +15,7 @@ public sealed class ProviderHuggingFace : BaseProvider
public ProviderHuggingFace(HFInferenceProvider hfProvider, Model model) : base(LLMProviders.HUGGINGFACE, $"https://router.huggingface.co/{hfProvider.Endpoints(model)}", LOGGER)
{
LOGGER.LogInformation($"We use the inferende provider '{hfProvider}'. Thus we use the base URL 'https://router.huggingface.co/{hfProvider.Endpoints(model)}'.");
LOGGER.LogInformation($"We use the inference provider '{hfProvider}'. Thus we use the base URL 'https://router.huggingface.co/{hfProvider.Endpoints(model)}'.");
}
#region Implementation of IProvider