huggingface / huggingface.js

Utilities to use the Hugging Face Hub API
https://hf.co/docs/huggingface.js
MIT License
1.34k stars 195 forks source link

[Conversational] Property  conversational  does not exist on type  HfInference #586

Open VladSolyankin opened 5 months ago

VladSolyankin commented 5 months ago

Hi, i'm new to huggingface.js and i want to build an ai chat-bot for my pet-project. I have all other methods from docs, but i don't have hf.conversational one: image It was deleted or i'm doing something wrong? (installing via npm)

coyotte508 commented 5 months ago

Yes this was removed in https://github.com/huggingface/huggingface.js/pull/457 in favor or textGenerationStream, cc @Wauplin @SBrandeis

The docs should be updated indeed

VladSolyankin commented 5 months ago

Ok, thank you!

coyotte508 commented 5 months ago

(Reopening, we should fix the doc!)