matrix-bot-openai-wrapper/config.js.example
2024-08-24 22:51:54 +02:00

9 lines
157 B
Plaintext

module.exports = {
config: {
"homeserverUrl": "",
"accessToken": "",
"storageLocation": "bot.json",
"cryptoFolderLocation": "crypto"
}
}