matrix-bot-openai-wrapper/config.ts.example
2024-09-10 15:45:53 +02:00

8 lines
161 B
Plaintext

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