Skip to content

Commit 542a46d

Browse files
antonmeAnton Volnuhin
andauthored
Correct the typo in auth.json for accessing Google Palm (#266)
Co-authored-by: Anton Volnuhin <[email protected]>
1 parent bf31b1f commit 542a46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/server/routes/ask/askGoogle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const ask = async ({ text, endpointOption, parentMessageId = null, conversationI
9595

9696
try {
9797
if (!key) {
98-
key = require('../../data/auth.json');
98+
key = require('../../../data/auth.json');
9999
}
100100
} catch (e) {
101101
console.log("No 'auth.json' file (service account key) found in /api/data/ for PaLM models");

0 commit comments

Comments
 (0)