@runnerpro/backend 1.13.4 → 1.13.5

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.
@@ -14,7 +14,7 @@ const vertexai_1 = require("@google-cloud/vertexai");
14
14
  const getVertexChat = () => {
15
15
  const vertexAI = new vertexai_1.VertexAI({ project: process.env.GCP_PROYECT_ID, location: 'us-central1' });
16
16
  const generativeModel = vertexAI.preview.getGenerativeModel({
17
- model: 'gemini-2.5-flash',
17
+ model: 'gemini-2.5-flash-preview-05-20',
18
18
  });
19
19
  return generativeModel.startChat({});
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runnerpro/backend",
3
- "version": "1.13.4",
3
+ "version": "1.13.5",
4
4
  "description": "A collection of common backend functions",
5
5
  "exports": {
6
6
  ".": "./lib/cjs/index.js"