Skip to content

Commit 92c34fd

Browse files
committed
📒 chore(docs): include new system message parameter to README
1 parent bdb4f25 commit 92c34fd

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

firestore-chatgpt-bot/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- Added new `GPT-4o` to the `MODEL` options. [Learn more here.](https://platform.openai.com/docs/models/gpt-4o)
1414

15-
## Version 0.1.1
15+
## Version 0.1.2
1616

1717
- Added `systemMessage` to configurable paramaters.
1818
- Included (4) language models to the `MODEL` option. [Learn more here.](https://platform.openai.com/docs/models)

firestore-chatgpt-bot/PREINSTALL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ When you use Firebase Extensions, you're only charged for the underlying resourc
4545

4646
- **`Prompt Field`**: The field in the message document that contains the prompt. (Default: `prompt`)
4747

48-
- **`Response Field`**: The field in the message document into which to put the response. (Default: `response`)
48+
- **`Response Field`**: The field in the message document into which to put the response. (Default: `response`
49+
50+
- **`System Message`**: The default message that acts as an instruction for the model, ensuring it responds appropriately to the your queries.
4951

5052
- **`Cloud Functions Location`**: Where do you want to deploy the functions created for this extension? For help selecting a location, refer to the [location selection guide](https://firebase.google.com/docs/functions/locations).
5153

firestore-chatgpt-bot/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: firestore-chatgpt-bot
2-
version: 0.1.1 # Follow semver versioning
2+
version: 0.1.2 # Follow semver versioning
33
specVersion: v1beta # Version of the Firebase Extensions specification
44

55
displayName: Chatbot with ChatGPT

firestore-chatgpt-bot/functions/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore-chatgpt-bot/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-chatgpt-bot",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"engines": {
66
"node": ">=18"

0 commit comments

Comments
 (0)