update HF marketplace template
This commit is contained in:
parent
ba20145e30
commit
21552776d6
|
|
@ -156,6 +156,16 @@
|
|||
"optional": true,
|
||||
"additionalParams": true,
|
||||
"id": "huggingFaceInference_LLMs_0-input-frequencyPenalty-number"
|
||||
},
|
||||
{
|
||||
"label": "Endpoint",
|
||||
"name": "endpoint",
|
||||
"type": "string",
|
||||
"placeholder": "https://xyz.eu-west-1.aws.endpoints.huggingface.cloud/gpt2",
|
||||
"description": "Using your own inference endpoint",
|
||||
"optional": true,
|
||||
"additionalParams": true,
|
||||
"id": "huggingFaceInference_LLMs_0-input-endpoint-string"
|
||||
}
|
||||
],
|
||||
"inputAnchors": [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue