Khrisna commited on
Commit
24cdb24
·
verified ·
1 Parent(s): 1bbd2b7

Update router/api.js

Browse files
Files changed (1) hide show
  1. router/api.js +1 -1
router/api.js CHANGED
@@ -26,7 +26,7 @@ const ISauthenticate = async (req, res, next) => {
26
 
27
  // Inisialisasi Groq SDK
28
  const client = new Groq({
29
- apiKey: "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" || process.env.GROQ_API_KEY || "",
30
  dangerouslyAllowBrowser: true,
31
  });
32
 
 
26
 
27
  // Inisialisasi Groq SDK
28
  const client = new Groq({
29
+ apiKey: process.env.GROQ_API_KEY || "",
30
  dangerouslyAllowBrowser: true,
31
  });
32