watson-developer-cloud / assistant-toolkit

Toolkit for experimentation with watsonx Assistant
Apache License 2.0
115 stars 130 forks source link

Huggingface integration broken. URL to API has changed at Huggingface #239

Closed uncommonman closed 8 months ago

uncommonman commented 8 months ago

The new URL for "servers" in integrations/extensions/starter-kits/language-model-conversational-search/hugging-face-hub-embed-openapi.json should be "https://api-inference.huggingface.co"

so:

"servers": [ { "url": "https://api-inference.huggingface.co" } ],

jwm4 commented 8 months ago

Thank you for submitting this bug report! We will get it fixed ASAP.