matrix-bot-openai-wrapper/config.js.example

9 lines
157 B
Plaintext
Raw Normal View History

2024-08-24 20:51:54 +00:00
module.exports = {
config: {
"homeserverUrl": "",
"accessToken": "",
"storageLocation": "bot.json",
"cryptoFolderLocation": "crypto"
}
}