@runnerpro/backend 1.13.18 → 1.13.19
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/lib/cjs/prompt/index.js +1 -1
- package/package.json +1 -1
package/lib/cjs/prompt/index.js
CHANGED
|
@@ -13,7 +13,7 @@ exports.sendPrompt = void 0;
|
|
|
13
13
|
const { VertexAI } = require('@google-cloud/vertexai');
|
|
14
14
|
function sendPrompt(prompt) {
|
|
15
15
|
return __awaiter(this, void 0, void 0, function* () {
|
|
16
|
-
console.log(process.env.
|
|
16
|
+
console.log(process.env.GOOGLE_APPLICATION_CREDENTIALS);
|
|
17
17
|
// Inicializa el cliente de Vertex AI
|
|
18
18
|
const vertex_ai = new VertexAI({
|
|
19
19
|
project: 'glass-timing-393523', // Reemplaza con tu ID de proyecto de Google Cloud
|