Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 400 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 400 Bytes

Pharo-HuggingFace

This is a simple API to call the inference API of Hugging Face.

Example

First, change your api key in the Pharo settings

api := HFAPI new.
api query: 'How are you ?'.

Installation

Metacello new
  githubUser: 'Evref-BL' project: 'Pharo-HuggingFace' commitish: 'main' path: 'src';
  baseline: 'PharoHuggingFace';
  load