In my .NET project, I am configuring the Huggingface library as follows:
builder.Services
.AddKernel()
.AddHuggingFaceChatCompletion(
model: "deepseek-ai/DeepSeek-R1",
apiKey: "**************************"
);
What could be the cause of these errors?
