@runnerpro/backend 1.13.26 → 1.13.27

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.
@@ -16,7 +16,7 @@ function sendPrompt(prompt, options = {}) {
16
16
  // Inicializa el cliente de Vertex AI
17
17
  const vertex_ai = new VertexAI({
18
18
  project: process.env.PROJECT_ID, // Reemplaza con tu ID de proyecto de Google Cloud
19
- location: 'us-central1', // Reemplaza con tu región
19
+ location: 'europe-west8', // Reemplaza con tu región
20
20
  });
21
21
  // Selecciona el modelo de Gemini más rápido
22
22
  const model = 'gemini-2.5-flash'; // Flash es más rápido que Pro
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runnerpro/backend",
3
- "version": "1.13.26",
3
+ "version": "1.13.27",
4
4
  "description": "A collection of common backend functions",
5
5
  "exports": {
6
6
  ".": "./lib/cjs/index.js"