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

10 lines
181 B
Plaintext
Raw Normal View History

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