matrix-bot-openai-wrapper/config.ts.example
Nikhil Nawgiri 276896b6e1 Refactor
2024-08-25 02:00:04 +02:00

10 lines
181 B
Plaintext

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