Badrishvu's picture
Update app.py
a9f9a8b
import { HfInference } from "@huggingface/inference";
const inference = new HfInference(HF_TOKEN);
await inference.conversational({
model: "facebook/blenderbot-400M-distill",
inputs: "Going to the movies tonight - any suggestions?",
});