Skip to content

Commit 0ca625d

Browse files
committed
adding author
1 parent cb39398 commit 0ca625d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

extensions/firestore-huggingface-inference-api/extension.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ displayName: Trigger Hugging Face inference API from Firestore
88

99
tags: [firestore, machinelearning, huggingface, nlp, inference]
1010

11+
author:
12+
authorName: Invertase
13+
url: https://invertase.io
14+
15+
contributors:
16+
- authorName: Mais Alheraki
17+
url: https://github.com/pr-Mais
18+
1119
description: >-
1220
This extension triggers the Hugging Face inference API when
1321
a new document is created in a Firestore collection.
@@ -16,7 +24,7 @@ license: Apache-2.0
1624

1725
sourceUrl: https://github.com/invertase/firebase-extensions/tree/main/extensions/firestore-huggingface-inference-api
1826

19-
billingRequired: false
27+
billingRequired: true
2028

2129
externalServices:
2230
- name: Hugging Face Hosted Inference API

extensions/firestore-huggingface-inference-api/functions/integration-tests/firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"singleProjectMode": true
1010
},
1111
"extensions": {
12-
"greet-the-world": "../.."
12+
"firestore-huggingface-inference-api": "../.."
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)