Skip to content

Commit

Permalink
📒 chore(docs): include new system message parameter to README
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftEscape committed Sep 28, 2024
1 parent bdb4f25 commit 92c34fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion firestore-chatgpt-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

## Version 0.1.1
## Version 0.1.2

- Added `systemMessage` to configurable paramaters.
- Included (4) language models to the `MODEL` option. [Learn more here.](https://platform.openai.com/docs/models)
Expand Down
4 changes: 3 additions & 1 deletion firestore-chatgpt-bot/PREINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ When you use Firebase Extensions, you're only charged for the underlying resourc

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

- **`Response Field`**: The field in the message document into which to put the response. (Default: `response`)
- **`Response Field`**: The field in the message document into which to put the response. (Default: `response`

- **`System Message`**: The default message that acts as an instruction for the model, ensuring it responds appropriately to the your queries.

- **`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).

Expand Down
2 changes: 1 addition & 1 deletion firestore-chatgpt-bot/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: firestore-chatgpt-bot
version: 0.1.1 # Follow semver versioning
version: 0.1.2 # Follow semver versioning
specVersion: v1beta # Version of the Firebase Extensions specification

displayName: Chatbot with ChatGPT
Expand Down
4 changes: 2 additions & 2 deletions firestore-chatgpt-bot/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-chatgpt-bot/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-chatgpt-bot",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 92c34fd

Please sign in to comment.