@botpress/api 0.27.16 → 0.27.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -274621,7 +274621,7 @@ var state = {
274621
274621
  "title": "Botpress API",
274622
274622
  "description": "API for Botpress Cloud",
274623
274623
  "server": "https://api.botpress.cloud",
274624
- "version": "0.27.16",
274624
+ "version": "0.27.17",
274625
274625
  "prefix": "v1"
274626
274626
  },
274627
274627
  "errors": [
@@ -276811,11 +276811,18 @@ var state = {
276811
276811
  "description": 'Prompt when action is "ai"'
276812
276812
  },
276813
276813
  "model": {
276814
- "default": "gpt-3.5-turbo",
276814
+ "default": "gpt-4o",
276815
276815
  "type": "string",
276816
276816
  "enum": [
276817
276817
  "gpt-3.5-turbo",
276818
- "gpt-4-turbo"
276818
+ "gpt-3.5-turbo-0125",
276819
+ "gpt-3.5-turbo-1106",
276820
+ "gpt-3.5-turbo-16k",
276821
+ "gpt-4o",
276822
+ "gpt-4",
276823
+ "gpt-4-turbo",
276824
+ "gpt-4-0125-preview",
276825
+ "gpt-4-1106-preview"
276819
276826
  ],
276820
276827
  "description": 'Model to use when action is "ai"'
276821
276828
  },
@@ -276970,11 +276977,18 @@ var state = {
276970
276977
  "description": 'Prompt when action is "ai"'
276971
276978
  },
276972
276979
  "model": {
276973
- "default": "gpt-3.5-turbo",
276980
+ "default": "gpt-4o",
276974
276981
  "type": "string",
276975
276982
  "enum": [
276976
276983
  "gpt-3.5-turbo",
276977
- "gpt-4-turbo"
276984
+ "gpt-3.5-turbo-0125",
276985
+ "gpt-3.5-turbo-1106",
276986
+ "gpt-3.5-turbo-16k",
276987
+ "gpt-4o",
276988
+ "gpt-4",
276989
+ "gpt-4-turbo",
276990
+ "gpt-4-0125-preview",
276991
+ "gpt-4-1106-preview"
276978
276992
  ],
276979
276993
  "description": 'Model to use when action is "ai"'
276980
276994
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.27.16",
3
+ "version": "0.27.17",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {