Hugging Face
Hugging Face is on a journey to advance and democratize artificial intelligence through open source and open science.
Categories: artificial-intelligence
Type: huggingFace/v1
Connections
Version: 1
Bearer Token
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
token | Token | STRING | TEXT | true |
Actions
Ask
Name: ask
Ask anything you want.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
url | URL | STRING | TEXT | Url of the inference endpoint | null |
messages | Messages | [{STRING(role), STRING(content), [FILE_ENTRY](attachments)}] | ARRAY_BUILDER | A list of messages comprising the conversation so far. | true |
response | Response | {STRING(responseFormat), STRING(responseSchema)} | OBJECT_BUILDER | The response from the API. | false |