Rippanteq7 commited on
Commit
bd19120
1 Parent(s): c7a5174

Update src/index.js

Browse files
Files changed (1) hide show
  1. src/index.js +1 -1
src/index.js CHANGED
@@ -73,7 +73,7 @@ app.all('/api', rateLimit(), async (req, res) => {
73
 
74
  const id = uuid.v4()
75
  const characterAI = new CharacterAI()
76
- // characterAI.requester.puppeteerPath = puppeteer.executablePath()
77
  await characterAI.authenticateAsGuest()
78
  sessions.set(id, characterAI)
79
 
 
73
 
74
  const id = uuid.v4()
75
  const characterAI = new CharacterAI()
76
+ characterAI.requester.puppeteerPath = '/usr/bin/chromium-browser'
77
  await characterAI.authenticateAsGuest()
78
  sessions.set(id, characterAI)
79