Interface: BaseArgs

Properties

accessToken

Optional accessToken: string

The access token to use. Without it, you’ll get rate-limited quickly.

Can be created for free in hf.co/settings/token

Defined in

types.ts:31


model

model: string

The model to use. Can be a full URL for HF inference endpoints.

Defined in

types.ts:35