This is a simple API to call the inference API of Hugging Face.
First, change your api key in the Pharo settings
api := HFAPI new.
api query: 'How are you ?'.
Metacello new
githubUser: 'Evref-BL' project: 'Pharo-HuggingFace' commitish: 'main' path: 'src';
baseline: 'PharoHuggingFace';
load