mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
Fix missing cryptoStore after merge
This commit is contained in:
parent
7ff44a663a
commit
72fe67312d
@ -38,7 +38,7 @@ async function main() {
|
||||
console.log("Set MATRIX_ACCESS_TOKEN to above token, MATRIX_ACCESS_USERNAME and MATRIX_ACCESS_PASSWORD can now be blank")
|
||||
return;
|
||||
}
|
||||
const client = new MatrixClient(homeserverUrl, accessToken, storage);
|
||||
const client = new MatrixClient(homeserverUrl, accessToken, storage, cryptoStore);
|
||||
|
||||
// use puppeteer to bypass cloudflare (headful because of captchas)
|
||||
const chatGPT = new ChatGPTAPIBrowser({
|
||||
|
Loading…
Reference in New Issue
Block a user