fix(Hugging Face Inference Model Node, Embeddings Hugging Face Inference Node): Fix credential validation for HF nodes and add provider for (#18047)

This commit is contained in:
Mutasem Aldmour
2025-08-06 14:29:10 +02:00
committed by GitHub
parent 2a5c1e2152
commit a1682e8fe4
5 changed files with 48 additions and 16 deletions

View File

@@ -34,8 +34,8 @@ export class HuggingFaceApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
baseURL: 'https://api-inference.huggingface.co',
url: '/models/gpt2',
baseURL: 'https://huggingface.co',
url: '/api/whoami-v2',
},
};
}