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

10 lines
181 B
Text
Raw Normal View History

2024-08-24 22:51:54 +02:00
module.exports = {
config: {
"homeserverUrl": "",
"accessToken": "",
"storageLocation": "bot.json",
"cryptoFolderLocation": "crypto"
2024-08-25 01:58:35 +02:00
"openaiApiKey": "",
2024-08-24 22:51:54 +02:00
}
}