We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b8f7d commit 16defedCopy full SHA for 16defed
firestore-chatgpt-bot/CHANGELOG.md
@@ -27,3 +27,7 @@
27
- GPT-5 `gpt-5`
28
- GPT-5 mini `gpt-5-mini`
29
- GPT-5 nano `gpt-5-nano`
30
+
31
+## Version 1.0.1
32
33
+- Fix issues on GPT-5 usages on completions API
firestore-chatgpt-bot/extension.yaml
@@ -1,5 +1,5 @@
1
name: firestore-chatgpt-bot
2
-version: 1.0.0 # Follow semver versioning
+version: 1.0.1 # Follow semver versioning
3
specVersion: v1beta # Version of the Firebase Extensions specification
4
5
displayName: Chatbot with ChatGPT
firestore-chatgpt-bot/functions/package.json
@@ -1,6 +1,6 @@
{
"name": "firestore-chatgpt-bot",
- "version": "1.0.0",
+ "version": "1.0.1",
"type": "module",
"engines": {
6
"node": "20.19.5"
0 commit comments